Html Css Color HEX #5A031C Bordeaux

📋 copy color: '#5A031C'

red 90 ◦ green 3 ◦ blue 28

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

Shades of Bordeaux #5A031C

Tints of Bordeaux #5A031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 74.38%
G = 2.48%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A031C (or 0x5A031C) is known color: Bordeaux. HEX triplet: 5A, 03 and 1C. RGB value is (90,3,28). Sum of RGB (Red+Green+Blue) = 90+3+28=121 (16% of max value = 765). Red value is 90 (35.55% from 255 or 74.38% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 90 - color contains mainly: red. Hex color #5A031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A031C is #A5FCE3. Grayscale: #1F1F1F. Windows color (decimal): -10878180 or 1835866. OLE color: 1835866.

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

Color convert

RGB 90 3 28 -
CMYK 0 0.97 0.69 0.65
HSL 342.76º 0.94% 0.18% -
HSV(B) 342.76º 0.97% 0.35% -
XYZ 4.46 2.32 1.31 -
YUV 31.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 90 3 28 0 0.97 0.69 0.65 342.76 0.94 0.18
Hex 5A 3 1C 0 61 45 41 157 5E 12
Octal 132 3 34 0 141 105 101 527 136 22
Binary 1011010 11 11100 0 1100001 1000101 1000001 101010111 1011110 10010

Color Harmonies of #5A031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A031C

Black with #5A031C

Text Example


Text Example

White with #5A031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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