Html Css Color HEX #5E162A Pohutukawa

📋 copy color: '#5E162A'

red 94 ◦ green 22 ◦ blue 42

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

Shades of Pohutukawa #5E162A

Tints of Pohutukawa #5E162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 59.49%
G = 13.92%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#5E162A (or 0x5E162A) is known color: Pohutukawa. HEX triplet: 5E, 16 and 2A. RGB value is (94,22,42). Sum of RGB (Red+Green+Blue) = 94+22+42=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E162A is #A1E9D5. Grayscale: #2D2D2D. Windows color (decimal): -10611158 or 2758238. OLE color: 2758238.

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

Color convert

RGB 94 22 42 -
CMYK 0 0.77 0.55 0.63
HSL 343.33º 0.62% 0.23% -
HSV(B) 343.33º 0.77% 0.37% -
XYZ 5.32 3.12 2.51 -
YUV 45.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 94 22 42 0 0.77 0.55 0.63 343.33 0.62 0.23
Hex 5E 16 2A 0 4D 37 3F 157 3E 17
Octal 136 26 52 0 115 67 77 527 76 27
Binary 1011110 10110 101010 0 1001101 110111 111111 101010111 111110 10111

Color Harmonies of #5E162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E162A

Black with #5E162A

Text Example


Text Example

White with #5E162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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