#651F29

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

Shades of Pohutukawa #651F29

Tints of Pohutukawa #651F29

Color information

#651F29 (or 0x651F29) is unknown color: approx Pohutukawa. HEX triplet: 65, 1F and 29. RGB value is (101,31,41). Sum of RGB (Red+Green+Blue) = 101+31+41=173 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.38% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 101 - color contains mainly: red. Hex color #651F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651F29 is #9AE0D6. Grayscale: #353535. Windows color (decimal): -10150103 or 2695013. OLE color: 2695013.

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

Color convert

RGB1013141-
CMYK00.690.590.60
HSL351.43º53.03%25.88%-
HSV(B)351.43º69.31%39.61%-
XYZ6.263.912.52-
YUV53.07121.19162.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.38%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=58.38%
G=17.92%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101314100.690.590.60351.4353.0325.88
Hex651F290453B3C15f351a
Octal1453751010573745376532
Binary1100101111111010010100010111101111110010101111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F29; }

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

 H1.HeaderClassName
 {
   color: #651F29;
 }
 .AnyTagClassName
 {
   color: #651F29;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #651F29;
 }
 .BgClassName
 {
   background-color: #651F29;
 }
</style>
border-color css

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

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

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