#651619

Color #651619 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #651619

Tints of Pohutukawa #651619

Color information

#651619 (or 0x651619) is unknown color: approx Pohutukawa. HEX triplet: 65, 16 and 19. RGB value is (101,22,25). Sum of RGB (Red+Green+Blue) = 101+22+25=148 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.24% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 101 - color contains mainly: red. Hex color #651619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651619 is #9AE9E6. Grayscale: #2E2E2E. Windows color (decimal): -10152423 or 1644133. OLE color: 1644133.

HSL color Cylindrical-coordinate representation of color #651619: hue angle of 357.72º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651619 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1012225-
CMYK00.780.750.60
HSL357.72º64.23%24.12%-
HSV(B)357.72º78.22%39.61%-
XYZ5.833.411.27-
YUV45.96116.17167.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 68.24%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=68.24%
G=14.86%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101222500.780.750.60357.7264.2324.12
Hex65161904E4B3C1664018
Octal145263101161137454610030
Binary11001011011011001010011101001011111100101100110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651619; }

 p { color: rgb(101,22,25); }

 H1.HeaderClassName
 {
   color: #651619;
 }
 .AnyTagClassName
 {
   color: #651619;
 }
</style>
background-color css

<style>
 a { background-color: #651619; }

 a { background-color: rgb(101,22,25); }

 div.DivClassName
 {
   background-color: #651619;
 }
 .BgClassName
 {
   background-color: #651619;
 }
</style>
border-color css

<style>
 span { border-color: #651619; }

 span { border-color: rgb(101,22,25); }

 td.TdClassName
 {
   border-color: #651619;
 }
 .TagClassName
 {
   border-color: #651619;
 }
</style>