Html Css Color HEX #5E172B Pohutukawa

📋 copy color: '#5E172B'

red 94 ◦ green 23 ◦ blue 43

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

Shades of Pohutukawa #5E172B

Tints of Pohutukawa #5E172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 43 (17.19% from 255) = 26.88%

R = 58.75%
G = 14.38%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5E172B (or 0x5E172B) is known color: Pohutukawa. HEX triplet: 5E, 17 and 2B. RGB value is (94,23,43). Sum of RGB (Red+Green+Blue) = 94+23+43=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E172B is #A1E8D4. Grayscale: #2E2E2E. Windows color (decimal): -10610901 or 2824030. OLE color: 2824030.

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

Color convert

RGB 94 23 43 -
CMYK 0 0.76 0.54 0.63
HSL 343.1º 0.61% 0.23% -
HSV(B) 343.1º 0.76% 0.37% -
XYZ 5.36 3.17 2.61 -
YUV 46.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 94 23 43 0 0.76 0.54 0.63 343.1 0.61 0.23
Hex 5E 17 2B 0 4C 36 3F 157 3D 17
Octal 136 27 53 0 114 66 77 527 75 27
Binary 1011110 10111 101011 0 1001100 110110 111111 101010111 111101 10111

Color Harmonies of #5E172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E172B

Black with #5E172B

Text Example


Text Example

White with #5E172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,23,43); }

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

background-color css

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

 a { background-color: rgb(94,23,43); }

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

border-color css

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

 span { border-color: rgb(94,23,43); }

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