Html Css Color HEX #5D192E Pohutukawa

📋 copy color: '#5D192E'

red 93 ◦ green 25 ◦ blue 46

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

Shades of Pohutukawa #5D192E

Tints of Pohutukawa #5D192E

RGB

 RED value IS 93 (36.72% from 255) = 56.71%

 GREEN value IS 25 (10.16% from 255) = 15.24%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 56.71%
G = 15.24%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5D192E (or 0x5D192E) is known color: Pohutukawa. HEX triplet: 5D, 19 and 2E. RGB value is (93,25,46). Sum of RGB (Red+Green+Blue) = 93+25+46=164 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.71% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 93 - color contains mainly: red. Hex color #5D192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D192E is #A2E6D1. Grayscale: #2F2F2F. Windows color (decimal): -10675922 or 3021149. OLE color: 3021149.

HSL color Cylindrical-coordinate representation of color #5D192E: hue angle of 341.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D192E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 25 46 -
CMYK 0 0.73 0.51 0.64
HSL 341.47º 0.58% 0.23% -
HSV(B) 341.47º 0.73% 0.36% -
XYZ 5.35 3.22 2.92 -
YUV 47.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 93 25 46 0 0.73 0.51 0.64 341.47 0.58 0.23
Hex 5D 19 2E 0 49 33 40 155 3A 17
Octal 135 31 56 0 111 63 100 525 72 27
Binary 1011101 11001 101110 0 1001001 110011 1000000 101010101 111010 10111

Color Harmonies of #5D192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D192E

Black with #5D192E

Text Example


Text Example

White with #5D192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,46); }

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

background-color css

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

 a { background-color: rgb(93,25,46); }

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

border-color css

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

 span { border-color: rgb(93,25,46); }

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