#5E232E

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

Shades of Pohutukawa #5E232E

Tints of Pohutukawa #5E232E

Color information

#5E232E (or 0x5E232E) is unknown color: approx Pohutukawa. HEX triplet: 5E, 23 and 2E. RGB value is (94,35,46). Sum of RGB (Red+Green+Blue) = 94+35+46=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232E is #A1DCD1. Grayscale: #353535. Windows color (decimal): -10607826 or 3023710. OLE color: 3023710.

HSL color Cylindrical-coordinate representation of color #5E232E: hue angle of 348.81º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E232E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB943546-
CMYK00.630.510.63
HSL348.81º45.74%25.29%-
HSV(B)348.81º62.77%36.86%-
XYZ5.713.783.01-
YUV53.9123.55156.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.71%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=53.71%
G=20%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94354600.630.510.63348.8145.7425.29
Hex5E232E03F333F15d2e19
Octal136435607763775355631
Binary1011110100011101110011111111001111111110101110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,35,46); }

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

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

 a { background-color: rgb(94,35,46); }

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

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

 span { border-color: rgb(94,35,46); }

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