#61010E

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

Shades of Pohutukawa #61010E

Tints of Pohutukawa #61010E

Color information

#61010E (or 0x61010E) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 0E. RGB value is (97,1,14). Sum of RGB (Red+Green+Blue) = 97+1+14=112 (14% of max value = 765). Red value is 97 (38.28% from 255 or 86.61% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 97 - color contains mainly: red. Hex color #61010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61010E is #9EFEF1. Grayscale: #1F1F1F. Windows color (decimal): -10419954 or 917857. OLE color: 917857.

HSL color Cylindrical-coordinate representation of color #61010E: hue angle of 351.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61010E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB97114-
CMYK00.990.860.62
HSL351.88º97.96%19.22%-
HSV(B)351.88º98.97%38.04%-
XYZ5.022.590.65-
YUV31.19118.3174.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 86.61%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=86.61%
G=0.89%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9711400.990.860.62351.8897.9619.22
Hex611E063563E1606213
Octal14111601431267654014223
Binary110000111110011000111010110111110101100000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61010E; }

 p { color: rgb(97,1,14); }

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

<style>
 a { background-color: #61010E; }

 a { background-color: rgb(97,1,14); }

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

<style>
 span { border-color: #61010E; }

 span { border-color: rgb(97,1,14); }

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