Html Css Color HEX #5A0423 Bordeaux

📋 copy color: '#5A0423'

red 90 ◦ green 4 ◦ blue 35

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

Shades of Bordeaux #5A0423

Tints of Bordeaux #5A0423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.13%

R = 69.77%
G = 3.1%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#5A0423 (or 0x5A0423) is known color: Bordeaux. HEX triplet: 5A, 04 and 23. RGB value is (90,4,35). Sum of RGB (Red+Green+Blue) = 90+4+35=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0423 is #A5FBDC. Grayscale: #212121. Windows color (decimal): -10877917 or 2294874. OLE color: 2294874.

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

Color convert

RGB 90 4 35 -
CMYK 0 0.96 0.61 0.65
HSL 338.37º 0.91% 0.18% -
HSV(B) 338.37º 0.96% 0.35% -
XYZ 4.56 2.38 1.81 -
YUV 33.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 90 4 35 0 0.96 0.61 0.65 338.37 0.91 0.18
Hex 5A 4 23 0 60 3D 41 152 5B 12
Octal 132 4 43 0 140 75 101 522 133 22
Binary 1011010 100 100011 0 1100000 111101 1000001 101010010 1011011 10010

Color Harmonies of #5A0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0423

Black with #5A0423

Text Example


Text Example

White with #5A0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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