#5C111A

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

Shades of Pohutukawa #5C111A

Tints of Pohutukawa #5C111A

Color information

#5C111A (or 0x5C111A) is unknown color: approx Pohutukawa. HEX triplet: 5C, 11 and 1A. RGB value is (92,17,26). Sum of RGB (Red+Green+Blue) = 92+17+26=135 (17% of max value = 765). Red value is 92 (36.33% from 255 or 68.15% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 92 - color contains mainly: red. Hex color #5C111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C111A is #A3EEE5. Grayscale: #282828. Windows color (decimal): -10743526 or 1708380. OLE color: 1708380.

HSL color Cylindrical-coordinate representation of color #5C111A: hue angle of 352.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C111A is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB921726-
CMYK00.820.720.64
HSL352.8º68.81%21.37%-
HSV(B)352.8º81.52%36.08%-
XYZ4.82.751.26-
YUV40.45119.85164.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 68.15%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=68.15%
G=12.59%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92172600.820.720.64352.868.8121.37
Hex5C111A05248401614515
Octal1342132012211010054110525
Binary101110010001110100101001010010001000000101100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,17,26); }

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

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

 a { background-color: rgb(92,17,26); }

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

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

 span { border-color: rgb(92,17,26); }

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