Html Css Color HEX #5E142F Pohutukawa

📋 copy color: '#5E142F'

red 94 ◦ green 20 ◦ blue 47

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

Shades of Pohutukawa #5E142F

Tints of Pohutukawa #5E142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.42%

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

R = 58.39%
G = 12.42%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E142F (or 0x5E142F) is known color: Pohutukawa. HEX triplet: 5E, 14 and 2F. RGB value is (94,20,47). Sum of RGB (Red+Green+Blue) = 94+20+47=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E142F is #A1EBD0. Grayscale: #2D2D2D. Windows color (decimal): -10611665 or 3085406. OLE color: 3085406.

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

Color convert

RGB 94 20 47 -
CMYK 0 0.79 0.5 0.63
HSL 338.11º 0.65% 0.22% -
HSV(B) 338.11º 0.79% 0.37% -
XYZ 5.38 3.09 3 -
YUV 45.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 94 20 47 0 0.79 0.5 0.63 338.11 0.65 0.22
Hex 5E 14 2F 0 4F 32 3F 152 41 16
Octal 136 24 57 0 117 62 77 522 101 26
Binary 1011110 10100 101111 0 1001111 110010 111111 101010010 1000001 10110

Color Harmonies of #5E142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E142F

Black with #5E142F

Text Example


Text Example

White with #5E142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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