#5C0518

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

Shades of Pohutukawa #5C0518

Tints of Pohutukawa #5C0518

Color information

#5C0518 (or 0x5C0518) is unknown color: approx Pohutukawa. HEX triplet: 5C, 05 and 18. RGB value is (92,5,24). Sum of RGB (Red+Green+Blue) = 92+5+24=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0518 is #A3FAE7. Grayscale: #212121. Windows color (decimal): -10746600 or 1574236. OLE color: 1574236.

HSL color Cylindrical-coordinate representation of color #5C0518: hue angle of 346.9º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0518 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB92524-
CMYK00.950.740.64
HSL346.9º89.69%19.02%-
HSV(B)346.9º94.57%36.08%-
XYZ4.632.451.09-
YUV33.18122.82169.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 76.03%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=76.03%
G=4.13%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9252400.950.740.64346.989.6919.02
Hex5C51805F4A4015b5a13
Octal134530013711210053313223
Binary1011100101110000101111110010101000000101011011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0518; }

 p { color: rgb(92,5,24); }

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

<style>
 a { background-color: #5C0518; }

 a { background-color: rgb(92,5,24); }

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

<style>
 span { border-color: #5C0518; }

 span { border-color: rgb(92,5,24); }

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