Html Css Color HEX #660518 Pohutukawa

📋 copy color: '#660518'

red 102 ◦ green 5 ◦ blue 24

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

Shades of Pohutukawa #660518

Tints of Pohutukawa #660518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

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

R = 77.86%
G = 3.82%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#660518 (or 0x660518) is known color: Pohutukawa. HEX triplet: 66, 05 and 18. RGB value is (102,5,24). Sum of RGB (Red+Green+Blue) = 102+5+24=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #660518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660518 is #99FAE7. Grayscale: #242424. Windows color (decimal): -10091240 or 1574246. OLE color: 1574246.

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

Color convert

RGB 102 5 24 -
CMYK 0 0.95 0.76 0.6
HSL 348.25º 0.91% 0.21% -
HSV(B) 348.25º 0.95% 0.4% -
XYZ 5.7 3 1.14 -
YUV 36.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 102 5 24 0 0.95 0.76 0.6 348.25 0.91 0.21
Hex 66 5 18 0 5F 4C 3C 15C 5B 15
Octal 146 5 30 0 137 114 74 534 133 25
Binary 1100110 101 11000 0 1011111 1001100 111100 101011100 1011011 10101

Color Harmonies of #660518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660518

Black with #660518

Text Example


Text Example

White with #660518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660518; }

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

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

background-color css

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

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

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

border-color css

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

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

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