Html Css Color HEX #170514 Mardi Gras

📋 copy color: '#170514'

red 23 ◦ green 5 ◦ blue 20

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

Shades of Mardi Gras #170514

Tints of Mardi Gras #170514

RGB

 RED value IS 23 (9.38% from 255) = 47.92%

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 20 (8.2% from 255) = 41.67%

R = 47.92%
G = 10.42%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#170514 (or 0x170514) is known color: Mardi Gras. HEX triplet: 17, 05 and 14. RGB value is (23,5,20). Sum of RGB (Red+Green+Blue) = 23+5+20=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170514 is #E8FAEB. Grayscale: #0C0C0C. Windows color (decimal): -15268588 or 1312023. OLE color: 1312023.

HSL color Cylindrical-coordinate representation of color #170514: hue angle of 310º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #170514 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 5 20 -
CMYK 0 0.78 0.13 0.91
HSL 310º 0.64% 0.05% -
HSV(B) 310º 0.78% 0.09% -
XYZ 0.53 0.34 0.7 -
YUV 12.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 23 5 20 0 0.78 0.13 0.91 310 0.64 0.05
Hex 17 5 14 0 4E D 5B 136 40 5
Octal 27 5 24 0 116 15 133 466 100 5
Binary 10111 101 10100 0 1001110 1101 1011011 100110110 1000000 101

Color Harmonies of #170514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170514

Black with #170514

Text Example


Text Example

White with #170514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170514; }

 p { color: rgb(23,5,20); }

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

background-color css

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

 a { background-color: rgb(23,5,20); }

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

border-color css

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

 span { border-color: rgb(23,5,20); }

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