Html Css Color HEX #652122 Pohutukawa

📋 copy color: '#652122'

red 101 ◦ green 33 ◦ blue 34

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

Shades of Pohutukawa #652122

Tints of Pohutukawa #652122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 60.12%
G = 19.64%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#652122 (or 0x652122) is known color: Pohutukawa. HEX triplet: 65, 21 and 22. RGB value is (101,33,34). Sum of RGB (Red+Green+Blue) = 101+33+34=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #652122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652122 is #9ADEDD. Grayscale: #353535. Windows color (decimal): -10149598 or 2236773. OLE color: 2236773.

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

Color convert

RGB 101 33 34 -
CMYK 0 0.67 0.66 0.60
HSL 359.12º 0.51% 0.26% -
HSV(B) 359.12º 0.67% 0.4% -
XYZ 6.2 3.97 1.95 -
YUV 53.45 117.03 161.92 -
System Red Green Blue C M Y K H S L
Decimal 101 33 34 0 0.67 0.66 0.60 359.12 0.51 0.26
Hex 65 21 22 0 43 42 3C 167 33 1A
Octal 145 41 42 0 103 102 74 547 63 32
Binary 1100101 100001 100010 0 1000011 1000010 111100 101100111 110011 11010

Color Harmonies of #652122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652122

Black with #652122

Text Example


Text Example

White with #652122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652122; }

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

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

background-color css

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

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

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

border-color css

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

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

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