Html Css Color HEX #5E0323 Pohutukawa

📋 copy color: '#5E0323'

red 94 ◦ green 3 ◦ blue 35

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

Shades of Pohutukawa #5E0323

Tints of Pohutukawa #5E0323

RGB

 RED value IS 94 (37.11% from 255) = 71.21%

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 35 (14.06% from 255) = 26.52%

R = 71.21%
G = 2.27%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#5E0323 (or 0x5E0323) is known color: Pohutukawa. HEX triplet: 5E, 03 and 23. RGB value is (94,3,35). Sum of RGB (Red+Green+Blue) = 94+3+35=132 (17% of max value = 765). Red value is 94 (37.11% from 255 or 71.21% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0323 is #A1FCDC. Grayscale: #212121. Windows color (decimal): -10616029 or 2294622. OLE color: 2294622.

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

Color convert

RGB 94 3 35 -
CMYK 0 0.97 0.63 0.63
HSL 338.9º 0.94% 0.19% -
HSV(B) 338.9º 0.97% 0.37% -
XYZ 4.95 2.57 1.82 -
YUV 33.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 94 3 35 0 0.97 0.63 0.63 338.9 0.94 0.19
Hex 5E 3 23 0 61 3F 3F 153 5E 13
Octal 136 3 43 0 141 77 77 523 136 23
Binary 1011110 11 100011 0 1100001 111111 111111 101010011 1011110 10011

Color Harmonies of #5E0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0323

Black with #5E0323

Text Example


Text Example

White with #5E0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E0323;
 }
 .AnyTagClassName
 {
   color: #5E0323;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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