Html Css Color HEX #660F21 Pohutukawa

📋 copy color: '#660F21'

red 102 ◦ green 15 ◦ blue 33

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

Shades of Pohutukawa #660F21

Tints of Pohutukawa #660F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10%

 BLUE value IS 33 (13.28% from 255) = 22%

R = 68%
G = 10%
B = 22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#660F21 (or 0x660F21) is known color: Pohutukawa. HEX triplet: 66, 0F and 21. RGB value is (102,15,33). Sum of RGB (Red+Green+Blue) = 102+15+33=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #660F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F21 is #99F0DE. Grayscale: #2B2B2B. Windows color (decimal): -10088671 or 2166630. OLE color: 2166630.

HSL color Cylindrical-coordinate representation of color #660F21: hue angle of 347.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #660F21 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 15 33 -
CMYK 0 0.85 0.68 0.6
HSL 347.59º 0.74% 0.23% -
HSV(B) 347.59º 0.85% 0.4% -
XYZ 5.92 3.28 1.76 -
YUV 43.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 102 15 33 0 0.85 0.68 0.6 347.59 0.74 0.23
Hex 66 F 21 0 55 44 3C 15C 4A 17
Octal 146 17 41 0 125 104 74 534 112 27
Binary 1100110 1111 100001 0 1010101 1000100 111100 101011100 1001010 10111

Color Harmonies of #660F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F21

Black with #660F21

Text Example


Text Example

White with #660F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,15,33); }

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

background-color css

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

 a { background-color: rgb(102,15,33); }

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

border-color css

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

 span { border-color: rgb(102,15,33); }

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