#610D20

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

Shades of Pohutukawa #610D20

Tints of Pohutukawa #610D20

Color information

#610D20 (or 0x610D20) is unknown color: approx Pohutukawa. HEX triplet: 61, 0D and 20. RGB value is (97,13,32). Sum of RGB (Red+Green+Blue) = 97+13+32=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #610D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D20 is #9EF2DF. Grayscale: #282828. Windows color (decimal): -10416864 or 2100577. OLE color: 2100577.

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

Color convert

RGB971332-
CMYK00.870.670.62
HSL346.43º76.36%21.57%-
HSV(B)346.43º86.6%38.04%-
XYZ5.332.931.65-
YUV40.28123.33168.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 13 (5.47% from 255) = 9.15%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=68.31%
G=9.15%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97133200.870.670.62346.4376.3621.57
Hex61D20057433E15a4c16
Octal141154001271037653211426
Binary11000011101100000010101111000011111110101011010100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,13,32); }

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

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

 a { background-color: rgb(97,13,32); }

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

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

 span { border-color: rgb(97,13,32); }

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