#5C050F

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

Shades of Pohutukawa #5C050F

Tints of Pohutukawa #5C050F

Color information

#5C050F (or 0x5C050F) is unknown color: approx Pohutukawa. HEX triplet: 5C, 05 and 0F. RGB value is (92,5,15). Sum of RGB (Red+Green+Blue) = 92+5+15=112 (14% of max value = 765). Red value is 92 (36.33% from 255 or 82.14% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 92 - color contains mainly: red. Hex color #5C050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C050F is #A3FAF0. Grayscale: #202020. Windows color (decimal): -10746609 or 984412. OLE color: 984412.

HSL color Cylindrical-coordinate representation of color #5C050F: hue angle of 353.1º 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 #5C050F is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB92515-
CMYK00.950.840.64
HSL353.1º89.69%19.02%-
HSV(B)353.1º94.57%36.08%-
XYZ4.552.420.68-
YUV32.15118.32170.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 82.14%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=82.14%
G=4.46%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9251500.950.840.64353.189.6919.02
Hex5C5F05F54401615a13
Octal134517013712410054113223
Binary101110010111110101111110101001000000101100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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