Html Css Color HEX #5A0512 Bordeaux

📋 copy color: '#5A0512'

red 90 ◦ green 5 ◦ blue 18

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

Shades of Bordeaux #5A0512

Tints of Bordeaux #5A0512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 79.65%
G = 4.42%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#5A0512 (or 0x5A0512) is known color: Bordeaux. HEX triplet: 5A, 05 and 12. RGB value is (90,5,18). Sum of RGB (Red+Green+Blue) = 90+5+18=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0512 is #A5FAED. Grayscale: #1F1F1F. Windows color (decimal): -10877678 or 1181018. OLE color: 1181018.

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

Color convert

RGB 90 5 18 -
CMYK 0 0.94 0.80 0.65
HSL 350.82º 0.89% 0.19% -
HSV(B) 350.82º 0.94% 0.35% -
XYZ 4.38 2.33 0.79 -
YUV 31.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 90 5 18 0 0.94 0.80 0.65 350.82 0.89 0.19
Hex 5A 5 12 0 5E 50 41 15F 59 13
Octal 132 5 22 0 136 120 101 537 131 23
Binary 1011010 101 10010 0 1011110 1010000 1000001 101011111 1011001 10011

Color Harmonies of #5A0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0512

Black with #5A0512

Text Example


Text Example

White with #5A0512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,18); }

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

background-color css

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

 a { background-color: rgb(90,5,18); }

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

border-color css

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

 span { border-color: rgb(90,5,18); }

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