Html Css Color HEX #5A0317 Bordeaux

📋 copy color: '#5A0317'

red 90 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #5A0317

Tints of Bordeaux #5A0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 77.59%
G = 2.59%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#5A0317 (or 0x5A0317) is known color: Bordeaux. HEX triplet: 5A, 03 and 17. RGB value is (90,3,23). Sum of RGB (Red+Green+Blue) = 90+3+23=116 (15% of max value = 765). Red value is 90 (35.55% from 255 or 77.59% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0317 is #A5FCE8. Grayscale: #1F1F1F. Windows color (decimal): -10878185 or 1508186. OLE color: 1508186.

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

Color convert

RGB 90 3 23 -
CMYK 0 0.97 0.74 0.65
HSL 346.21º 0.94% 0.18% -
HSV(B) 346.21º 0.97% 0.35% -
XYZ 4.4 2.3 1.02 -
YUV 31.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 90 3 23 0 0.97 0.74 0.65 346.21 0.94 0.18
Hex 5A 3 17 0 61 4A 41 15A 5E 12
Octal 132 3 27 0 141 112 101 532 136 22
Binary 1011010 11 10111 0 1100001 1001010 1000001 101011010 1011110 10010

Color Harmonies of #5A0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0317

Black with #5A0317

Text Example


Text Example

White with #5A0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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