#5e232d

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

Shades of Pohutukawa #5E232D

Tints of Pohutukawa #5E232D

Color information

#5E232D (or 0x5E232D) is unknown color: approx Pohutukawa. HEX triplet: 5E, 23 and 2D. RGB value is (94,35,45). Sum of RGB (Red+Green+Blue) = 94+35+45=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232D is #A1DCD2. Grayscale: #353535. Windows color (decimal): -10607827 or 2958174. OLE color: 2958174.

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

Color convert

RGB943545-
CMYK00.630.520.63
HSL349.83º45.74%25.29%-
HSV(B)349.83º62.77%36.86%-
XYZ5.693.772.91-
YUV53.78123.05156.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.02%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=54.02%
G=20.11%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94354500.630.520.63349.8345.7425.29
Hex5E232D03F343F15e2e19
Octal136435507764775365631
Binary1011110100011101101011111111010011111110101111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e232d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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