Html Css Color HEX #652229 Pohutukawa

📋 copy color: '#652229'

red 101 ◦ green 34 ◦ blue 41

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

Shades of Pohutukawa #652229

Tints of Pohutukawa #652229

RGB

 RED value IS 101 (39.84% from 255) = 57.39%

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

 BLUE value IS 41 (16.41% from 255) = 23.3%

R = 57.39%
G = 19.32%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#652229 (or 0x652229) is known color: Pohutukawa. HEX triplet: 65, 22 and 29. RGB value is (101,34,41). Sum of RGB (Red+Green+Blue) = 101+34+41=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #652229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652229 is #9ADDD6. Grayscale: #363636. Windows color (decimal): -10149335 or 2695781. OLE color: 2695781.

HSL color Cylindrical-coordinate representation of color #652229: hue angle of 353.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652229 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 34 41 -
CMYK 0 0.66 0.59 0.60
HSL 353.73º 0.5% 0.26% -
HSV(B) 353.73º 0.66% 0.4% -
XYZ 6.34 4.07 2.55 -
YUV 54.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 101 34 41 0 0.66 0.59 0.60 353.73 0.5 0.26
Hex 65 22 29 0 42 3B 3C 162 32 1A
Octal 145 42 51 0 102 73 74 542 62 32
Binary 1100101 100010 101001 0 1000010 111011 111100 101100010 110010 11010

Color Harmonies of #652229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652229

Black with #652229

Text Example


Text Example

White with #652229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652229; }

 p { color: rgb(101,34,41); }

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

background-color css

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

 a { background-color: rgb(101,34,41); }

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

border-color css

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

 span { border-color: rgb(101,34,41); }

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