#61070C

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

Shades of Pohutukawa #61070C

Tints of Pohutukawa #61070C

Color information

#61070C (or 0x61070C) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 0C. RGB value is (97,7,12). Sum of RGB (Red+Green+Blue) = 97+7+12=116 (15% of max value = 765). Red value is 97 (38.28% from 255 or 83.62% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 97 - color contains mainly: red. Hex color #61070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61070C is #9EF8F3. Grayscale: #222222. Windows color (decimal): -10418420 or 788321. OLE color: 788321.

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

Color convert

RGB97712-
CMYK00.930.880.62
HSL356.67º86.54%20.39%-
HSV(B)356.67º92.78%38.04%-
XYZ5.072.720.61-
YUV34.48115.32172.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 83.62%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=83.62%
G=6.03%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9771200.930.880.62356.6786.5420.39
Hex617C05D583E1655714
Octal14171401351307654512724
Binary11000011111100010111011011000111110101100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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