Html Css Color HEX #5A041C Bordeaux

📋 copy color: '#5A041C'

red 90 ◦ green 4 ◦ blue 28

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

Shades of Bordeaux #5A041C

Tints of Bordeaux #5A041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

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

R = 73.77%
G = 3.28%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A041C (or 0x5A041C) is known color: Bordeaux. HEX triplet: 5A, 04 and 1C. RGB value is (90,4,28). Sum of RGB (Red+Green+Blue) = 90+4+28=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A041C is #A5FBE3. Grayscale: #202020. Windows color (decimal): -10877924 or 1836122. OLE color: 1836122.

HSL color Cylindrical-coordinate representation of color #5A041C: hue angle of 343.26º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A041C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 28 -
CMYK 0 0.96 0.69 0.65
HSL 343.26º 0.91% 0.18% -
HSV(B) 343.26º 0.96% 0.35% -
XYZ 4.47 2.34 1.32 -
YUV 32.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 90 4 28 0 0.96 0.69 0.65 343.26 0.91 0.18
Hex 5A 4 1C 0 60 45 41 157 5B 12
Octal 132 4 34 0 140 105 101 527 133 22
Binary 1011010 100 11100 0 1100000 1000101 1000001 101010111 1011011 10010

Color Harmonies of #5A041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A041C

Black with #5A041C

Text Example


Text Example

White with #5A041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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