#5E232B

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

Shades of Pohutukawa #5E232B

Tints of Pohutukawa #5E232B

Color information

#5E232B (or 0x5E232B) is unknown color: approx Pohutukawa. HEX triplet: 5E, 23 and 2B. RGB value is (94,35,43). Sum of RGB (Red+Green+Blue) = 94+35+43=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232B is #A1DCD4. Grayscale: #353535. Windows color (decimal): -10607829 or 2827102. OLE color: 2827102.

HSL color Cylindrical-coordinate representation of color #5E232B: hue angle of 351.86º 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 #5E232B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB943543-
CMYK00.630.540.63
HSL351.86º45.74%25.29%-
HSV(B)351.86º62.77%36.86%-
XYZ5.653.762.71-
YUV53.55122.05156.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 43 (17.19% from 255) = 25%
R=54.65%
G=20.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94354300.630.540.63351.8645.7425.29
Hex5E232B03F363F1602e19
Octal136435307766775405631
Binary1011110100011101011011111111011011111110110000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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