Html Css Color HEX #5A030D Bordeaux

📋 copy color: '#5A030D'

red 90 ◦ green 3 ◦ blue 13

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

Shades of Bordeaux #5A030D

Tints of Bordeaux #5A030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 84.91%
G = 2.83%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#5A030D (or 0x5A030D) is known color: Bordeaux. HEX triplet: 5A, 03 and 0D. RGB value is (90,3,13). Sum of RGB (Red+Green+Blue) = 90+3+13=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030D is #A5FCF2. Grayscale: #1E1E1E. Windows color (decimal): -10878195 or 852826. OLE color: 852826.

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

Color convert

RGB 90 3 13 -
CMYK 0 0.97 0.86 0.65
HSL 353.1º 0.94% 0.18% -
HSV(B) 353.1º 0.97% 0.35% -
XYZ 4.32 2.27 0.59 -
YUV 30.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 90 3 13 0 0.97 0.86 0.65 353.1 0.94 0.18
Hex 5A 3 D 0 61 56 41 161 5E 12
Octal 132 3 15 0 141 126 101 541 136 22
Binary 1011010 11 1101 0 1100001 1010110 1000001 101100001 1011110 10010

Color Harmonies of #5A030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A030D

Black with #5A030D

Text Example


Text Example

White with #5A030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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