Html Css Color HEX #66202C Pohutukawa

📋 copy color: '#66202C'

red 102 ◦ green 32 ◦ blue 44

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

Shades of Pohutukawa #66202C

Tints of Pohutukawa #66202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 57.3%
G = 17.98%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66202C (or 0x66202C) is known color: Pohutukawa. HEX triplet: 66, 20 and 2C. RGB value is (102,32,44). Sum of RGB (Red+Green+Blue) = 102+32+44=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202C is #99DFD3. Grayscale: #363636. Windows color (decimal): -10084308 or 2891878. OLE color: 2891878.

HSL color Cylindrical-coordinate representation of color #66202C: hue angle of 349.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66202C is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 44 -
CMYK 0 0.69 0.57 0.6
HSL 349.71º 0.52% 0.26% -
HSV(B) 349.71º 0.69% 0.4% -
XYZ 6.45 4.04 2.82 -
YUV 54.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 102 32 44 0 0.69 0.57 0.6 349.71 0.52 0.26
Hex 66 20 2C 0 45 39 3C 15E 34 1A
Octal 146 40 54 0 105 71 74 536 64 32
Binary 1100110 100000 101100 0 1000101 111001 111100 101011110 110100 11010

Color Harmonies of #66202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66202C

Black with #66202C

Text Example


Text Example

White with #66202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66202C; }

 p { color: rgb(102,32,44); }

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

background-color css

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

 a { background-color: rgb(102,32,44); }

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

border-color css

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

 span { border-color: rgb(102,32,44); }

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