Html Css Color HEX #5E0923 Pohutukawa

📋 copy color: '#5E0923'

red 94 ◦ green 9 ◦ blue 35

#5E0923
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5E0923

Tints of Pohutukawa #5E0923

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 value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#5E0923 (or 0x5E0923) is known color: 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

RGB 94 9 35 -
CMYK 0 0.90 0.63 0.63
HSL 341.65º 0.83% 0.2% -
HSV(B) 341.65º 0.9% 0.37% -
XYZ 5.02 2.7 1.85 -
YUV 37.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 94 9 35 0 0.90 0.63 0.63 341.65 0.83 0.2
Hex 5E 9 23 0 5A 3F 3F 156 53 14
Octal 136 11 43 0 132 77 77 526 123 24
Binary 1011110 1001 100011 0 1011010 111111 111111 101010110 1010011 10100

Color Harmonies of #5E0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0923

Black with #5E0923

Text Example


Text Example

White with #5E0923

Text Example


Text Example

HTML Codes & Css Web 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>