Html Css Color HEX #661218 Pohutukawa

📋 copy color: '#661218'

red 102 ◦ green 18 ◦ blue 24

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

Shades of Pohutukawa #661218

Tints of Pohutukawa #661218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 70.83%
G = 12.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#661218 (or 0x661218) is known color: Pohutukawa. HEX triplet: 66, 12 and 18. RGB value is (102,18,24). Sum of RGB (Red+Green+Blue) = 102+18+24=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661218 is #99EDE7. Grayscale: #2B2B2B. Windows color (decimal): -10087912 or 1577574. OLE color: 1577574.

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

Color convert

RGB 102 18 24 -
CMYK 0 0.82 0.76 0.6
HSL 355.71º 0.7% 0.24% -
HSV(B) 355.71º 0.82% 0.4% -
XYZ 5.86 3.32 1.2 -
YUV 43.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 102 18 24 0 0.82 0.76 0.6 355.71 0.7 0.24
Hex 66 12 18 0 52 4C 3C 164 46 18
Octal 146 22 30 0 122 114 74 544 106 30
Binary 1100110 10010 11000 0 1010010 1001100 111100 101100100 1000110 11000

Color Harmonies of #661218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661218

Black with #661218

Text Example


Text Example

White with #661218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661218; }

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

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

background-color css

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

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

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

border-color css

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

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

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