#61020F

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

Shades of Pohutukawa #61020F

Tints of Pohutukawa #61020F

Color information

#61020F (or 0x61020F) is unknown color: approx Pohutukawa. HEX triplet: 61, 02 and 0F. RGB value is (97,2,15). Sum of RGB (Red+Green+Blue) = 97+2+15=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #61020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61020F is #9EFDF0. Grayscale: #1F1F1F. Windows color (decimal): -10419697 or 983649. OLE color: 983649.

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

Color convert

RGB97215-
CMYK00.980.850.62
HSL351.79º95.96%19.41%-
HSV(B)351.79º97.94%38.04%-
XYZ5.042.620.69-
YUV31.89118.47174.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.09%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=85.09%
G=1.75%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9721500.980.850.62351.7995.9619.41
Hex612F062553E1606013
Octal14121701421257654014023
Binary1100001101111011000101010101111110101100000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61020F; }

 p { color: rgb(97,2,15); }

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

<style>
 a { background-color: #61020F; }

 a { background-color: rgb(97,2,15); }

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

<style>
 span { border-color: #61020F; }

 span { border-color: rgb(97,2,15); }

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