#661419

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

Shades of Pohutukawa #661419

Tints of Pohutukawa #661419

Color information

#661419 (or 0x661419) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 19. RGB value is (102,20,25). Sum of RGB (Red+Green+Blue) = 102+20+25=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661419 is #99EBE6. Grayscale: #2D2D2D. Windows color (decimal): -10087399 or 1643622. OLE color: 1643622.

HSL color Cylindrical-coordinate representation of color #661419: hue angle of 356.34º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661419 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1022025-
CMYK00.800.750.6
HSL356.34º67.21%23.92%-
HSV(B)356.34º80.39%40%-
XYZ5.913.41.26-
YUV45.09116.67168.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=69.39%
G=13.61%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102202500.800.750.6356.3467.2123.92
Hex6614190504B3C1644318
Octal146243101201137454410330
Binary11001101010011001010100001001011111100101100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661419; }

 p { color: rgb(102,20,25); }

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

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

 a { background-color: rgb(102,20,25); }

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

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

 span { border-color: rgb(102,20,25); }

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