#5E0923

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

Shades of Pohutukawa #5E0923

Tints of Pohutukawa #5E0923

Color information

#5E0923 (or 0x5E0923) is unknown color: approx Pohutukawa. HEX triplet: 5E, 09 and 23. RGB value is (94,9,35). Sum of RGB (Red+Green+Blue) = 94+9+35=138 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.12% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0923 is #A1F6DC. Grayscale: #252525. Windows color (decimal): -10614493 or 2296158. OLE color: 2296158.

HSL color Cylindrical-coordinate representation of color #5E0923: hue angle of 341.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0923 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB94935-
CMYK00.900.630.63
HSL341.65º82.52%20.2%-
HSV(B)341.65º90.43%36.86%-
XYZ5.022.71.85-
YUV37.38126.66168.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 68.12%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=68.12%
G=6.52%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9493500.900.630.63341.6582.5220.2
Hex5E92305A3F3F1565314
Octal13611430132777752612324
Binary1011110100110001101011010111111111111101010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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