Html Css Color HEX #5A0315 Bordeaux

📋 copy color: '#5A0315'

red 90 ◦ green 3 ◦ blue 21

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

Shades of Bordeaux #5A0315

Tints of Bordeaux #5A0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 78.95%
G = 2.63%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A0315 (or 0x5A0315) is known color: Bordeaux. HEX triplet: 5A, 03 and 15. RGB value is (90,3,21). Sum of RGB (Red+Green+Blue) = 90+3+21=114 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.95% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0315 is #A5FCEA. Grayscale: #1F1F1F. Windows color (decimal): -10878187 or 1377114. OLE color: 1377114.

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

Color convert

RGB 90 3 21 -
CMYK 0 0.97 0.77 0.65
HSL 347.59º 0.94% 0.18% -
HSV(B) 347.59º 0.97% 0.35% -
XYZ 4.38 2.29 0.92 -
YUV 31.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 90 3 21 0 0.97 0.77 0.65 347.59 0.94 0.18
Hex 5A 3 15 0 61 4D 41 15C 5E 12
Octal 132 3 25 0 141 115 101 534 136 22
Binary 1011010 11 10101 0 1100001 1001101 1000001 101011100 1011110 10010

Color Harmonies of #5A0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0315

Black with #5A0315

Text Example


Text Example

White with #5A0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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