#610D1E

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

Shades of Pohutukawa #610D1E

Tints of Pohutukawa #610D1E

Color information

#610D1E (or 0x610D1E) is unknown color: approx Pohutukawa. HEX triplet: 61, 0D and 1E. RGB value is (97,13,30). Sum of RGB (Red+Green+Blue) = 97+13+30=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #610D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D1E is #9EF2E1. Grayscale: #282828. Windows color (decimal): -10416866 or 1969505. OLE color: 1969505.

HSL color Cylindrical-coordinate representation of color #610D1E: hue angle of 347.86º 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 #610D1E is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB971330-
CMYK00.870.690.62
HSL347.86º76.36%21.57%-
HSV(B)347.86º86.6%38.04%-
XYZ5.312.921.51-
YUV40.05122.33168.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 13 (5.47% from 255) = 9.29%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=69.29%
G=9.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97133000.870.690.62347.8676.3621.57
Hex61D1E057453E15c4c16
Octal141153601271057653411426
Binary1100001110111110010101111000101111110101011100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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