#5C141B

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

Shades of Pohutukawa #5C141B

Tints of Pohutukawa #5C141B

Color information

#5C141B (or 0x5C141B) is unknown color: approx Pohutukawa. HEX triplet: 5C, 14 and 1B. RGB value is (92,20,27). Sum of RGB (Red+Green+Blue) = 92+20+27=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C141B is #A3EBE4. Grayscale: #2A2A2A. Windows color (decimal): -10742757 or 1774684. OLE color: 1774684.

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

Color convert

RGB922027-
CMYK00.780.710.64
HSL354.17º64.29%21.96%-
HSV(B)354.17º78.26%36.08%-
XYZ4.862.851.33-
YUV42.33119.35163.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 66.19%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=66.19%
G=14.39%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92202700.780.710.64354.1764.2921.96
Hex5C141B04E47401624016
Octal1342433011610710054210026
Binary101110010100110110100111010001111000000101100010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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