Html Css Color HEX #5E152D Pohutukawa

📋 copy color: '#5E152D'

red 94 ◦ green 21 ◦ blue 45

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

Shades of Pohutukawa #5E152D

Tints of Pohutukawa #5E152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.13%

R = 58.75%
G = 13.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5E152D (or 0x5E152D) is known color: Pohutukawa. HEX triplet: 5E, 15 and 2D. RGB value is (94,21,45). Sum of RGB (Red+Green+Blue) = 94+21+45=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E152D is #A1EAD2. Grayscale: #2D2D2D. Windows color (decimal): -10611411 or 2954590. OLE color: 2954590.

HSL color Cylindrical-coordinate representation of color #5E152D: hue angle of 340.27º 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 #5E152D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 45 -
CMYK 0 0.78 0.52 0.63
HSL 340.27º 0.63% 0.23% -
HSV(B) 340.27º 0.78% 0.37% -
XYZ 5.36 3.11 2.8 -
YUV 45.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 94 21 45 0 0.78 0.52 0.63 340.27 0.63 0.23
Hex 5E 15 2D 0 4E 34 3F 154 3F 17
Octal 136 25 55 0 116 64 77 524 77 27
Binary 1011110 10101 101101 0 1001110 110100 111111 101010100 111111 10111

Color Harmonies of #5E152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E152D

Black with #5E152D

Text Example


Text Example

White with #5E152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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