#652229

Color #652229 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #652229

Tints of Pohutukawa #652229

Color information

#652229 (or 0x652229) is unknown color: approx 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

RGB1013441-
CMYK00.660.590.60
HSL353.73º49.63%26.47%-
HSV(B)353.73º66.34%39.61%-
XYZ6.344.072.55-
YUV54.83120.2160.93-

RGB Variations

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

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.30%
R=57.39%
G=19.32%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101344100.660.590.60353.7349.6326.47
Hex6522290423B3C162321a
Octal1454251010273745426232
Binary11001011000101010010100001011101111110010110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>