Html Css Color HEX #660813 Pohutukawa

📋 copy color: '#660813'

red 102 ◦ green 8 ◦ blue 19

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

Shades of Pohutukawa #660813

Tints of Pohutukawa #660813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.73%

R = 79.07%
G = 6.2%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#660813 (or 0x660813) is known color: Pohutukawa. HEX triplet: 66, 08 and 13. RGB value is (102,8,19). Sum of RGB (Red+Green+Blue) = 102+8+19=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #660813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660813 is #99F7EC. Grayscale: #252525. Windows color (decimal): -10090477 or 1247334. OLE color: 1247334.

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

Color convert

RGB 102 8 19 -
CMYK 0 0.92 0.81 0.6
HSL 352.98º 0.85% 0.22% -
HSV(B) 352.98º 0.92% 0.4% -
XYZ 5.68 3.05 0.9 -
YUV 37.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 102 8 19 0 0.92 0.81 0.6 352.98 0.85 0.22
Hex 66 8 13 0 5C 51 3C 161 55 16
Octal 146 10 23 0 134 121 74 541 125 26
Binary 1100110 1000 10011 0 1011100 1010001 111100 101100001 1010101 10110

Color Harmonies of #660813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660813

Black with #660813

Text Example


Text Example

White with #660813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660813; }

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

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

background-color css

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

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

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

border-color css

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

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

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