#5C000A

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

Shades of Pohutukawa #5C000A

Tints of Pohutukawa #5C000A

Color information

#5C000A (or 0x5C000A) is unknown color: approx Pohutukawa. HEX triplet: 5C, 00 and 0A. RGB value is (92,0,10). Sum of RGB (Red+Green+Blue) = 92+0+10=102 (13% of max value = 765). Red value is 92 (36.33% from 255 or 90.20% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 92 - color contains mainly: red. Hex color #5C000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C000A is #A3FFF5. Grayscale: #1C1C1C. Windows color (decimal): -10747894 or 655452. OLE color: 655452.

HSL color Cylindrical-coordinate representation of color #5C000A: hue angle of 353.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C000A is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB92010-
CMYK010.890.64
HSL353.48º100%18.04%-
HSV(B)353.48º100%36.08%-
XYZ4.472.30.5-
YUV28.65117.48173.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 90.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=90.20%
G=0%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92010010.890.64353.4810018.04
Hex5C0A06459401616412
Octal134012014413110054114422
Binary1011100010100110010010110011000000101100001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,10); }

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

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

 a { background-color: rgb(92,0,10); }

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

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

 span { border-color: rgb(92,0,10); }

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