#61030C

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

Shades of Pohutukawa #61030C

Tints of Pohutukawa #61030C

Color information

#61030C (or 0x61030C) is unknown color: approx Pohutukawa. HEX triplet: 61, 03 and 0C. RGB value is (97,3,12). Sum of RGB (Red+Green+Blue) = 97+3+12=112 (14% of max value = 765). Red value is 97 (38.28% from 255 or 86.61% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 97 - color contains mainly: red. Hex color #61030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61030C is #9EFCF3. Grayscale: #202020. Windows color (decimal): -10419444 or 787297. OLE color: 787297.

HSL color Cylindrical-coordinate representation of color #61030C: hue angle of 354.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB97312-
CMYK00.970.880.62
HSL354.26º94%19.61%-
HSV(B)354.26º96.91%38.04%-
XYZ5.032.630.59-
YUV32.13116.64174.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 86.61%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=86.61%
G=2.68%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9731200.970.880.62354.269419.61
Hex613C061583E1625e14
Octal14131401411307654213624
Binary1100001111100011000011011000111110101100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61030C; }

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

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

<style>
 a { background-color: #61030C; }

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

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

<style>
 span { border-color: #61030C; }

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

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