Html Css Color HEX #5E162D Pohutukawa

📋 copy color: '#5E162D'

red 94 ◦ green 22 ◦ blue 45

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

Shades of Pohutukawa #5E162D

Tints of Pohutukawa #5E162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.66%

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

R = 58.39%
G = 13.66%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.63

RGB Variations

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

Color information

#5E162D (or 0x5E162D) is known color: Pohutukawa. HEX triplet: 5E, 16 and 2D. RGB value is (94,22,45). Sum of RGB (Red+Green+Blue) = 94+22+45=161 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.39% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162D is #A1E9D2. Grayscale: #2E2E2E. Windows color (decimal): -10611155 or 2954846. OLE color: 2954846.

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

Color convert

RGB 94 22 45 -
CMYK 0 0.77 0.52 0.63
HSL 340.83º 0.62% 0.23% -
HSV(B) 340.83º 0.77% 0.37% -
XYZ 5.38 3.14 2.81 -
YUV 46.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 94 22 45 0 0.77 0.52 0.63 340.83 0.62 0.23
Hex 5E 16 2D 0 4D 34 3F 155 3E 17
Octal 136 26 55 0 115 64 77 525 76 27
Binary 1011110 10110 101101 0 1001101 110100 111111 101010101 111110 10111

Color Harmonies of #5E162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E162D

Black with #5E162D

Text Example


Text Example

White with #5E162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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