Html Css Color HEX #5A030A Bordeaux

📋 copy color: '#5A030A'

red 90 ◦ green 3 ◦ blue 10

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

Shades of Bordeaux #5A030A

Tints of Bordeaux #5A030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.71%

R = 87.38%
G = 2.91%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A030A (or 0x5A030A) is known color: Bordeaux. HEX triplet: 5A, 03 and 0A. RGB value is (90,3,10). Sum of RGB (Red+Green+Blue) = 90+3+10=103 (13% of max value = 765). Red value is 90 (35.55% from 255 or 87.38% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 90 - color contains mainly: red. Hex color #5A030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A030A is #A5FCF5. Grayscale: #1D1D1D. Windows color (decimal): -10878198 or 656218. OLE color: 656218.

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

Color convert

RGB 90 3 10 -
CMYK 0 0.97 0.89 0.65
HSL 355.17º 0.94% 0.18% -
HSV(B) 355.17º 0.97% 0.35% -
XYZ 4.3 2.26 0.5 -
YUV 29.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 90 3 10 0 0.97 0.89 0.65 355.17 0.94 0.18
Hex 5A 3 A 0 61 59 41 163 5E 12
Octal 132 3 12 0 141 131 101 543 136 22
Binary 1011010 11 1010 0 1100001 1011001 1000001 101100011 1011110 10010

Color Harmonies of #5A030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A030A

Black with #5A030A

Text Example


Text Example

White with #5A030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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