Html Css Color HEX #5E152F Pohutukawa

📋 copy color: '#5E152F'

red 94 ◦ green 21 ◦ blue 47

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

Shades of Pohutukawa #5E152F

Tints of Pohutukawa #5E152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.96%

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

R = 58.02%
G = 12.96%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E152F (or 0x5E152F) is known color: Pohutukawa. HEX triplet: 5E, 15 and 2F. RGB value is (94,21,47). Sum of RGB (Red+Green+Blue) = 94+21+47=162 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.02% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 94 - color contains mainly: red. Hex color #5E152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E152F is #A1EAD0. Grayscale: #2D2D2D. Windows color (decimal): -10611409 or 3085662. OLE color: 3085662.

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

Color convert

RGB 94 21 47 -
CMYK 0 0.78 0.5 0.63
HSL 338.63º 0.63% 0.23% -
HSV(B) 338.63º 0.78% 0.37% -
XYZ 5.4 3.12 3.01 -
YUV 45.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 94 21 47 0 0.78 0.5 0.63 338.63 0.63 0.23
Hex 5E 15 2F 0 4E 32 3F 153 3F 17
Octal 136 25 57 0 116 62 77 523 77 27
Binary 1011110 10101 101111 0 1001110 110010 111111 101010011 111111 10111

Color Harmonies of #5E152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E152F

Black with #5E152F

Text Example


Text Example

White with #5E152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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