Html Css Color HEX #660C28 Pohutukawa

📋 copy color: '#660C28'

red 102 ◦ green 12 ◦ blue 40

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

Shades of Pohutukawa #660C28

Tints of Pohutukawa #660C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.79%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 66.23%
G = 7.79%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#660C28 (or 0x660C28) is known color: Pohutukawa. HEX triplet: 66, 0C and 28. RGB value is (102,12,40). Sum of RGB (Red+Green+Blue) = 102+12+40=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #660C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660C28 is #99F3D7. Grayscale: #2A2A2A. Windows color (decimal): -10089432 or 2624614. OLE color: 2624614.

HSL color Cylindrical-coordinate representation of color #660C28: hue angle of 341.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #660C28 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 12 40 -
CMYK 0 0.88 0.61 0.6
HSL 341.33º 0.79% 0.22% -
HSV(B) 341.33º 0.88% 0.4% -
XYZ 5.99 3.24 2.32 -
YUV 42.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 102 12 40 0 0.88 0.61 0.6 341.33 0.79 0.22
Hex 66 C 28 0 58 3D 3C 155 4F 16
Octal 146 14 50 0 130 75 74 525 117 26
Binary 1100110 1100 101000 0 1011000 111101 111100 101010101 1001111 10110

Color Harmonies of #660C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660C28

Black with #660C28

Text Example


Text Example

White with #660C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660C28; }

 p { color: rgb(102,12,40); }

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

background-color css

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

 a { background-color: rgb(102,12,40); }

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

border-color css

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

 span { border-color: rgb(102,12,40); }

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