Html Css Color HEX #660818 Pohutukawa

📋 copy color: '#660818'

red 102 ◦ green 8 ◦ blue 24

#660818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #660818

Tints of Pohutukawa #660818

RGB

 RED value IS 102 (40.23% from 255) = 76.12%

 GREEN value IS 8 (3.52% from 255) = 5.97%

 BLUE value IS 24 (9.77% from 255) = 17.91%

R = 76.12%
G = 5.97%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#660818 (or 0x660818) is known color: Pohutukawa. HEX triplet: 66, 08 and 18. RGB value is (102,8,24). Sum of RGB (Red+Green+Blue) = 102+8+24=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #660818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660818 is #99F7E7. Grayscale: #252525. Windows color (decimal): -10090472 or 1575014. OLE color: 1575014.

HSL color Cylindrical-coordinate representation of color #660818: hue angle of 349.79º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660818 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 8 24 -
CMYK 0 0.92 0.76 0.6
HSL 349.79º 0.85% 0.22% -
HSV(B) 349.79º 0.92% 0.4% -
XYZ 5.73 3.06 1.15 -
YUV 37.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 102 8 24 0 0.92 0.76 0.6 349.79 0.85 0.22
Hex 66 8 18 0 5C 4C 3C 15E 55 16
Octal 146 10 30 0 134 114 74 536 125 26
Binary 1100110 1000 11000 0 1011100 1001100 111100 101011110 1010101 10110

Color Harmonies of #660818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660818

Black with #660818

Text Example


Text Example

White with #660818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660818; }

 p { color: rgb(102,8,24); }

 H1.HeaderClassName
 {
   color: #660818;
 }
 .AnyTagClassName
 {
   color: #660818;
 }
</style>

background-color css

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

 a { background-color: rgb(102,8,24); }

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

border-color css

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

 span { border-color: rgb(102,8,24); }

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