#5e0c1b

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

Shades of Pohutukawa #5E0C1B

Tints of Pohutukawa #5E0C1B

Color information

#5E0C1B (or 0x5E0C1B) is unknown color: approx Pohutukawa. HEX triplet: 5E, 0C and 1B. RGB value is (94,12,27). Sum of RGB (Red+Green+Blue) = 94+12+27=133 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.68% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0C1B is #A1F3E4. Grayscale: #262626. Windows color (decimal): -10613733 or 1772638. OLE color: 1772638.

HSL color Cylindrical-coordinate representation of color #5E0C1B: hue angle of 349.02º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E0C1B is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB941227-
CMYK00.870.710.63
HSL349.02º77.36%20.78%-
HSV(B)349.02º87.23%36.86%-
XYZ4.952.721.3-
YUV38.23121.67167.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 70.68%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=70.68%
G=9.02%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94122700.870.710.63349.0277.3620.78
Hex5EC1B057473F15d4d15
Octal136143301271077753511525
Binary1011110110011011010101111000111111111101011101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e0c1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,12,27); }

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

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

 a { background-color: rgb(94,12,27); }

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

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

 span { border-color: rgb(94,12,27); }

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