Html Css Color HEX #5A0417 Bordeaux

📋 copy color: '#5A0417'

red 90 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #5A0417

Tints of Bordeaux #5A0417

RGB

 RED value IS 90 (35.55% from 255) = 76.92%

 GREEN value IS 4 (1.95% from 255) = 3.42%

 BLUE value IS 23 (9.38% from 255) = 19.66%

R = 76.92%
G = 3.42%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A0417 (or 0x5A0417) is known color: Bordeaux. HEX triplet: 5A, 04 and 17. RGB value is (90,4,23). Sum of RGB (Red+Green+Blue) = 90+4+23=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0417 is #A5FBE8. Grayscale: #1F1F1F. Windows color (decimal): -10877929 or 1508442. OLE color: 1508442.

HSL color Cylindrical-coordinate representation of color #5A0417: hue angle of 346.74º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0417 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 23 -
CMYK 0 0.96 0.74 0.65
HSL 346.74º 0.91% 0.18% -
HSV(B) 346.74º 0.96% 0.35% -
XYZ 4.41 2.32 1.03 -
YUV 31.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 90 4 23 0 0.96 0.74 0.65 346.74 0.91 0.18
Hex 5A 4 17 0 60 4A 41 15B 5B 12
Octal 132 4 27 0 140 112 101 533 133 22
Binary 1011010 100 10111 0 1100000 1001010 1000001 101011011 1011011 10010

Color Harmonies of #5A0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0417

Black with #5A0417

Text Example


Text Example

White with #5A0417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,23); }

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

background-color css

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

 a { background-color: rgb(90,4,23); }

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

border-color css

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

 span { border-color: rgb(90,4,23); }

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