#610C1B

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

Shades of Pohutukawa #610C1B

Tints of Pohutukawa #610C1B

Color information

#610C1B (or 0x610C1B) is unknown color: approx Pohutukawa. HEX triplet: 61, 0C and 1B. RGB value is (97,12,27). Sum of RGB (Red+Green+Blue) = 97+12+27=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #610C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610C1B is #9EF3E4. Grayscale: #272727. Windows color (decimal): -10417125 or 1772641. OLE color: 1772641.

HSL color Cylindrical-coordinate representation of color #610C1B: hue angle of 349.41º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C1B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB971227-
CMYK00.880.720.62
HSL349.41º77.98%21.37%-
HSV(B)349.41º87.63%38.04%-
XYZ5.262.881.32-
YUV39.12121.16169.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=71.32%
G=8.82%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97122700.880.720.62349.4177.9821.37
Hex61C1B058483E15d4e15
Octal141143301301107653511625
Binary1100001110011011010110001001000111110101011101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,12,27); }

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

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

 a { background-color: rgb(97,12,27); }

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

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

 span { border-color: rgb(97,12,27); }

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