#610D1C

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

Shades of Pohutukawa #610D1C

Tints of Pohutukawa #610D1C

Color information

#610D1C (or 0x610D1C) is unknown color: approx Pohutukawa. HEX triplet: 61, 0D and 1C. RGB value is (97,13,28). Sum of RGB (Red+Green+Blue) = 97+13+28=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610D1C is #9EF2E3. Grayscale: #272727. Windows color (decimal): -10416868 or 1838433. OLE color: 1838433.

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

Color convert

RGB971328-
CMYK00.870.710.62
HSL349.29º76.36%21.57%-
HSV(B)349.29º86.6%38.04%-
XYZ5.282.911.38-
YUV39.83121.33168.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=70.29%
G=9.42%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97132800.870.710.62349.2976.3621.57
Hex61D1C057473E15d4c16
Octal141153401271077653511426
Binary1100001110111100010101111000111111110101011101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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