Html Css Color HEX #662225 Pohutukawa

📋 copy color: '#662225'

red 102 ◦ green 34 ◦ blue 37

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

Shades of Pohutukawa #662225

Tints of Pohutukawa #662225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 58.96%
G = 19.65%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#662225 (or 0x662225) is known color: Pohutukawa. HEX triplet: 66, 22 and 25. RGB value is (102,34,37). Sum of RGB (Red+Green+Blue) = 102+34+37=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662225 is #99DDDA. Grayscale: #363636. Windows color (decimal): -10083803 or 2433638. OLE color: 2433638.

HSL color Cylindrical-coordinate representation of color #662225: hue angle of 357.35º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662225 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 34 37 -
CMYK 0 0.67 0.64 0.6
HSL 357.35º 0.5% 0.27% -
HSV(B) 357.35º 0.67% 0.4% -
XYZ 6.39 4.1 2.21 -
YUV 54.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 102 34 37 0 0.67 0.64 0.6 357.35 0.5 0.27
Hex 66 22 25 0 43 40 3C 165 32 1B
Octal 146 42 45 0 103 100 74 545 62 33
Binary 1100110 100010 100101 0 1000011 1000000 111100 101100101 110010 11011

Color Harmonies of #662225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662225

Black with #662225

Text Example


Text Example

White with #662225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662225; }

 p { color: rgb(102,34,37); }

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

background-color css

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

 a { background-color: rgb(102,34,37); }

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

border-color css

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

 span { border-color: rgb(102,34,37); }

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