Html Css Color HEX #66212A Pohutukawa

📋 copy color: '#66212A'

red 102 ◦ green 33 ◦ blue 42

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

Shades of Pohutukawa #66212A

Tints of Pohutukawa #66212A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 57.63%
G = 18.64%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66212A (or 0x66212A) is known color: Pohutukawa. HEX triplet: 66, 21 and 2A. RGB value is (102,33,42). Sum of RGB (Red+Green+Blue) = 102+33+42=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #66212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66212A is #99DED5. Grayscale: #363636. Windows color (decimal): -10084054 or 2761062. OLE color: 2761062.

HSL color Cylindrical-coordinate representation of color #66212A: hue angle of 352.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66212A is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 42 -
CMYK 0 0.68 0.59 0.6
HSL 352.17º 0.51% 0.26% -
HSV(B) 352.17º 0.68% 0.4% -
XYZ 6.44 4.08 2.64 -
YUV 54.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 102 33 42 0 0.68 0.59 0.6 352.17 0.51 0.26
Hex 66 21 2A 0 44 3B 3C 160 33 1A
Octal 146 41 52 0 104 73 74 540 63 32
Binary 1100110 100001 101010 0 1000100 111011 111100 101100000 110011 11010

Color Harmonies of #66212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66212A

Black with #66212A

Text Example


Text Example

White with #66212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66212A; }

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

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

background-color css

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

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

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

border-color css

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

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

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