#60182F

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

Shades of Pohutukawa #60182F

Tints of Pohutukawa #60182F

Color information

#60182F (or 0x60182F) is unknown color: approx Pohutukawa. HEX triplet: 60, 18 and 2F. RGB value is (96,24,47). Sum of RGB (Red+Green+Blue) = 96+24+47=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #60182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60182F is #9FE7D0. Grayscale: #303030. Windows color (decimal): -10479569 or 3086432. OLE color: 3086432.

HSL color Cylindrical-coordinate representation of color #60182F: hue angle of 340.83º 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 #60182F is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB962447-
CMYK00.750.510.62
HSL340.83º60%23.53%-
HSV(B)340.83º75%37.65%-
XYZ5.663.353.04-
YUV48.15127.35162.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=57.49%
G=14.37%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96244700.750.510.62340.836023.53
Hex60182F04B333E1553c18
Octal1403057011363765257430
Binary1100000110001011110100101111001111111010101010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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