Html Css Color HEX #5A061E Bordeaux

📋 copy color: '#5A061E'

red 90 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #5A061E

Tints of Bordeaux #5A061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 71.43%
G = 4.76%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A061E (or 0x5A061E) is known color: Bordeaux. HEX triplet: 5A, 06 and 1E. RGB value is (90,6,30). Sum of RGB (Red+Green+Blue) = 90+6+30=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A061E is #A5F9E1. Grayscale: #212121. Windows color (decimal): -10877410 or 1967706. OLE color: 1967706.

HSL color Cylindrical-coordinate representation of color #5A061E: hue angle of 342.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A061E is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 6 30 -
CMYK 0 0.93 0.67 0.65
HSL 342.86º 0.88% 0.19% -
HSV(B) 342.86º 0.93% 0.35% -
XYZ 4.52 2.4 1.45 -
YUV 33.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 90 6 30 0 0.93 0.67 0.65 342.86 0.88 0.19
Hex 5A 6 1E 0 5D 43 41 157 58 13
Octal 132 6 36 0 135 103 101 527 130 23
Binary 1011010 110 11110 0 1011101 1000011 1000001 101010111 1011000 10011

Color Harmonies of #5A061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A061E

Black with #5A061E

Text Example


Text Example

White with #5A061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,30); }

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

background-color css

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

 a { background-color: rgb(90,6,30); }

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

border-color css

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

 span { border-color: rgb(90,6,30); }

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