Html Css Color HEX #5A030B Bordeaux

📋 copy color: '#5A030B'

red 90 ◦ green 3 ◦ blue 11

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

Shades of Bordeaux #5A030B

Tints of Bordeaux #5A030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.58%

R = 86.54%
G = 2.88%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#5A030B (or 0x5A030B) is known color: Bordeaux. HEX triplet: 5A, 03 and 0B. RGB value is (90,3,11). Sum of RGB (Red+Green+Blue) = 90+3+11=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030B is #A5FCF4. Grayscale: #1D1D1D. Windows color (decimal): -10878197 or 721754. OLE color: 721754.

HSL color Cylindrical-coordinate representation of color #5A030B: hue angle of 354.48º 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 #5A030B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 3 11 -
CMYK 0 0.97 0.88 0.65
HSL 354.48º 0.94% 0.18% -
HSV(B) 354.48º 0.97% 0.35% -
XYZ 4.31 2.26 0.53 -
YUV 29.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 90 3 11 0 0.97 0.88 0.65 354.48 0.94 0.18
Hex 5A 3 B 0 61 58 41 162 5E 12
Octal 132 3 13 0 141 130 101 542 136 22
Binary 1011010 11 1011 0 1100001 1011000 1000001 101100010 1011110 10010

Color Harmonies of #5A030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A030B

Black with #5A030B

Text Example


Text Example

White with #5A030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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