#60181F

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

Shades of Pohutukawa #60181F

Tints of Pohutukawa #60181F

Color information

#60181F (or 0x60181F) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 1F. RGB value is (96,24,31). Sum of RGB (Red+Green+Blue) = 96+24+31=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #60181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60181F is #9FE7E0. Grayscale: #2E2E2E. Windows color (decimal): -10479585 or 2037856. OLE color: 2037856.

HSL color Cylindrical-coordinate representation of color #60181F: hue angle of 354.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60181F is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB962431-
CMYK00.750.680.62
HSL354.17º60%23.53%-
HSV(B)354.17º75%37.65%-
XYZ5.43.241.64-
YUV46.33119.35163.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=63.58%
G=15.89%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96243100.750.680.62354.176023.53
Hex60181F04B443E1623c18
Octal14030370113104765427430
Binary1100000110001111101001011100010011111010110001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,24,31); }

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

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

 a { background-color: rgb(96,24,31); }

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

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

 span { border-color: rgb(96,24,31); }

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