#5C030A

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

Shades of Pohutukawa #5C030A

Tints of Pohutukawa #5C030A

Color information

#5C030A (or 0x5C030A) is unknown color: approx Pohutukawa. HEX triplet: 5C, 03 and 0A. RGB value is (92,3,10). Sum of RGB (Red+Green+Blue) = 92+3+10=105 (13% of max value = 765). Red value is 92 (36.33% from 255 or 87.62% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 92 - color contains mainly: red. Hex color #5C030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C030A is #A3FCF5. Grayscale: #1E1E1E. Windows color (decimal): -10747126 or 656220. OLE color: 656220.

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

Color convert

RGB92310-
CMYK00.970.890.64
HSL355.28º93.68%18.63%-
HSV(B)355.28º96.74%36.08%-
XYZ4.52.360.51-
YUV30.41116.49171.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 87.62%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=87.62%
G=2.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9231000.970.890.64355.2893.6818.63
Hex5C3A06159401635e13
Octal134312014113110054313623
Binary10111001110100110000110110011000000101100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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