#5C011E

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

Shades of Pohutukawa #5C011E

Tints of Pohutukawa #5C011E

Color information

#5C011E (or 0x5C011E) is unknown color: approx Pohutukawa. HEX triplet: 5C, 01 and 1E. RGB value is (92,1,30). Sum of RGB (Red+Green+Blue) = 92+1+30=123 (16% of max value = 765). Red value is 92 (36.33% from 255 or 74.80% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 92 - color contains mainly: red. Hex color #5C011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C011E is #A3FEE1. Grayscale: #1F1F1F. Windows color (decimal): -10747618 or 1966428. OLE color: 1966428.

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

Color convert

RGB92130-
CMYK00.990.670.64
HSL340.88º97.85%18.24%-
HSV(B)340.88º98.91%36.08%-
XYZ4.662.391.44-
YUV31.52127.15171.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 74.80%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=74.80%
G=0.81%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9213000.990.670.64340.8897.8518.24
Hex5C11E06343401556212
Octal134136014310310052514222
Binary10111001111100110001110000111000000101010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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