Html Css Color HEX #652129 Pohutukawa

📋 copy color: '#652129'

red 101 ◦ green 33 ◦ blue 41

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

Shades of Pohutukawa #652129

Tints of Pohutukawa #652129

RGB

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

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

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

R = 57.71%
G = 18.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#652129 (or 0x652129) is known color: Pohutukawa. HEX triplet: 65, 21 and 29. RGB value is (101,33,41). Sum of RGB (Red+Green+Blue) = 101+33+41=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #652129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652129 is #9ADED6. Grayscale: #363636. Windows color (decimal): -10149591 or 2695525. OLE color: 2695525.

HSL color Cylindrical-coordinate representation of color #652129: hue angle of 352.94º 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 #652129 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 33 41 -
CMYK 0 0.67 0.59 0.60
HSL 352.94º 0.51% 0.26% -
HSV(B) 352.94º 0.67% 0.4% -
XYZ 6.31 4.01 2.54 -
YUV 54.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 101 33 41 0 0.67 0.59 0.60 352.94 0.51 0.26
Hex 65 21 29 0 43 3B 3C 161 33 1A
Octal 145 41 51 0 103 73 74 541 63 32
Binary 1100101 100001 101001 0 1000011 111011 111100 101100001 110011 11010

Color Harmonies of #652129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652129

Black with #652129

Text Example


Text Example

White with #652129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652129; }

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

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

background-color css

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

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

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

border-color css

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

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

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