Html Css Color HEX #5E122F Pohutukawa

📋 copy color: '#5E122F'

red 94 ◦ green 18 ◦ blue 47

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

Shades of Pohutukawa #5E122F

Tints of Pohutukawa #5E122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 47 (18.75% from 255) = 29.56%

R = 59.12%
G = 11.32%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E122F (or 0x5E122F) is known color: Pohutukawa. HEX triplet: 5E, 12 and 2F. RGB value is (94,18,47). Sum of RGB (Red+Green+Blue) = 94+18+47=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E122F is #A1EDD0. Grayscale: #2B2B2B. Windows color (decimal): -10612177 or 3084894. OLE color: 3084894.

HSL color Cylindrical-coordinate representation of color #5E122F: hue angle of 337.11º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E122F is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 18 47 -
CMYK 0 0.81 0.5 0.63
HSL 337.11º 0.68% 0.22% -
HSV(B) 337.11º 0.81% 0.37% -
XYZ 5.35 3.02 2.99 -
YUV 44.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 94 18 47 0 0.81 0.5 0.63 337.11 0.68 0.22
Hex 5E 12 2F 0 51 32 3F 151 44 16
Octal 136 22 57 0 121 62 77 521 104 26
Binary 1011110 10010 101111 0 1010001 110010 111111 101010001 1000100 10110

Color Harmonies of #5E122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E122F

Black with #5E122F

Text Example


Text Example

White with #5E122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,18,47); }

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

background-color css

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

 a { background-color: rgb(94,18,47); }

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

border-color css

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

 span { border-color: rgb(94,18,47); }

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