Html Css Color HEX #660508 Pohutukawa

📋 copy color: '#660508'

red 102 ◦ green 5 ◦ blue 8

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

Shades of Pohutukawa #660508

Tints of Pohutukawa #660508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 88.7%
G = 4.35%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#660508 (or 0x660508) is known color: Pohutukawa. HEX triplet: 66, 05 and 08. RGB value is (102,5,8). Sum of RGB (Red+Green+Blue) = 102+5+8=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #660508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660508 is #99FAF7. Grayscale: #222222. Windows color (decimal): -10091256 or 525670. OLE color: 525670.

HSL color Cylindrical-coordinate representation of color #660508: hue angle of 358.14º 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 #660508 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 8 -
CMYK 0 0.95 0.92 0.6
HSL 358.14º 0.91% 0.21% -
HSV(B) 358.14º 0.95% 0.4% -
XYZ 5.58 2.95 0.51 -
YUV 34.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 102 5 8 0 0.95 0.92 0.6 358.14 0.91 0.21
Hex 66 5 8 0 5F 5C 3C 166 5B 15
Octal 146 5 10 0 137 134 74 546 133 25
Binary 1100110 101 1000 0 1011111 1011100 111100 101100110 1011011 10101

Color Harmonies of #660508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660508

Black with #660508

Text Example


Text Example

White with #660508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660508; }

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

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

background-color css

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

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

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

border-color css

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

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

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