Html Css Color HEX #5A0C2A Bordeaux

📋 copy color: '#5A0C2A'

red 90 ◦ green 12 ◦ blue 42

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

Shades of Bordeaux #5A0C2A

Tints of Bordeaux #5A0C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.33%

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 62.5%
G = 8.33%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A0C2A (or 0x5A0C2A) is known color: Bordeaux. HEX triplet: 5A, 0C and 2A. RGB value is (90,12,42). Sum of RGB (Red+Green+Blue) = 90+12+42=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C2A is #A5F3D5. Grayscale: #262626. Windows color (decimal): -10875862 or 2755674. OLE color: 2755674.

HSL color Cylindrical-coordinate representation of color #5A0C2A: hue angle of 336.92º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C2A is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 12 42 -
CMYK 0 0.87 0.53 0.65
HSL 336.92º 0.76% 0.2% -
HSV(B) 336.92º 0.87% 0.35% -
XYZ 4.77 2.6 2.44 -
YUV 38.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 90 12 42 0 0.87 0.53 0.65 336.92 0.76 0.2
Hex 5A C 2A 0 57 35 41 151 4C 14
Octal 132 14 52 0 127 65 101 521 114 24
Binary 1011010 1100 101010 0 1010111 110101 1000001 101010001 1001100 10100

Color Harmonies of #5A0C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C2A

Black with #5A0C2A

Text Example


Text Example

White with #5A0C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,42); }

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

background-color css

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

 a { background-color: rgb(90,12,42); }

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

border-color css

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

 span { border-color: rgb(90,12,42); }

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