#5C011B

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

Shades of Pohutukawa #5C011B

Tints of Pohutukawa #5C011B

Color information

#5C011B (or 0x5C011B) is unknown color: approx Pohutukawa. HEX triplet: 5C, 01 and 1B. RGB value is (92,1,27). Sum of RGB (Red+Green+Blue) = 92+1+27=120 (15% of max value = 765). Red value is 92 (36.33% from 255 or 76.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 92 - color contains mainly: red. Hex color #5C011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C011B is #A3FEE4. Grayscale: #1F1F1F. Windows color (decimal): -10747621 or 1769820. OLE color: 1769820.

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

Color convert

RGB92127-
CMYK00.990.710.64
HSL342.86º97.85%18.24%-
HSV(B)342.86º98.91%36.08%-
XYZ4.622.381.25-
YUV31.17125.65171.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 76.67%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=76.67%
G=0.83%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9212700.990.710.64342.8697.8518.24
Hex5C11B06347401576212
Octal134133014310710052714222
Binary10111001110110110001110001111000000101010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,1,27); }

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

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

 a { background-color: rgb(92,1,27); }

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

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

 span { border-color: rgb(92,1,27); }

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