#610f29

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

Shades of Pohutukawa #610F29

Tints of Pohutukawa #610F29

Color information

#610F29 (or 0x610F29) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 29. RGB value is (97,15,41). Sum of RGB (Red+Green+Blue) = 97+15+41=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #610F29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F29 is #9EF0D6. Grayscale: #2A2A2A. Windows color (decimal): -10416343 or 2690913. OLE color: 2690913.

HSL color Cylindrical-coordinate representation of color #610F29: hue angle of 340.98º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F29 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB971541-
CMYK00.850.580.62
HSL340.98º73.21%21.96%-
HSV(B)340.98º84.54%38.04%-
XYZ5.53.042.4-
YUV42.48127.17166.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=63.40%
G=9.80%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97154100.850.580.62340.9873.2121.96
Hex61F290553A3E1554916
Octal14117510125727652511126
Binary1100001111110100101010101111010111110101010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610f29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610f29; }

 p { color: rgb(97,15,41); }

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

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

 a { background-color: rgb(97,15,41); }

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

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

 span { border-color: rgb(97,15,41); }

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