Html Css Color HEX #57061A Bordeaux

📋 copy color: '#57061A'

red 87 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #57061A

Tints of Bordeaux #57061A

RGB

 RED value IS 87 (34.38% from 255) = 73.11%

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

 BLUE value IS 26 (10.55% from 255) = 21.85%

R = 73.11%
G = 5.04%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57061A (or 0x57061A) is known color: Bordeaux. HEX triplet: 57, 06 and 1A. RGB value is (87,6,26). Sum of RGB (Red+Green+Blue) = 87+6+26=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57061A is #A8F9E5. Grayscale: #202020. Windows color (decimal): -11074022 or 1705559. OLE color: 1705559.

HSL color Cylindrical-coordinate representation of color #57061A: hue angle of 345.19º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57061A is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 26 -
CMYK 0 0.93 0.70 0.66
HSL 345.19º 0.87% 0.18% -
HSV(B) 345.19º 0.93% 0.34% -
XYZ 4.18 2.23 1.19 -
YUV 32.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 87 6 26 0 0.93 0.70 0.66 345.19 0.87 0.18
Hex 57 6 1A 0 5D 46 42 159 57 12
Octal 127 6 32 0 135 106 102 531 127 22
Binary 1010111 110 11010 0 1011101 1000110 1000010 101011001 1010111 10010

Color Harmonies of #57061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57061A

Black with #57061A

Text Example


Text Example

White with #57061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57061A; }

 p { color: rgb(87,6,26); }

 H1.HeaderClassName
 {
   color: #57061A;
 }
 .AnyTagClassName
 {
   color: #57061A;
 }
</style>

background-color css

<style>
 a { background-color: #57061A; }

 a { background-color: rgb(87,6,26); }

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

border-color css

<style>
 span { border-color: #57061A; }

 span { border-color: rgb(87,6,26); }

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