#61080F

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

Shades of Pohutukawa #61080F

Tints of Pohutukawa #61080F

Color information

#61080F (or 0x61080F) is unknown color: approx Pohutukawa. HEX triplet: 61, 08 and 0F. RGB value is (97,8,15). Sum of RGB (Red+Green+Blue) = 97+8+15=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #61080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61080F is #9EF7F0. Grayscale: #232323. Windows color (decimal): -10418161 or 985185. OLE color: 985185.

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

Color convert

RGB97815-
CMYK00.920.850.62
HSL355.28º84.76%20.59%-
HSV(B)355.28º91.75%38.04%-
XYZ5.12.750.71-
YUV35.41116.49171.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.83%
GREEN value IS 8 (3.52% from 255) = 6.67%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=80.83%
G=6.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9781500.920.850.62355.2884.7620.59
Hex618F05C553E1635515
Octal141101701341257654312525
Binary110000110001111010111001010101111110101100011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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