Html Css Color HEX #57050A Bordeaux

📋 copy color: '#57050A'

red 87 ◦ green 5 ◦ blue 10

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

Shades of Bordeaux #57050A

Tints of Bordeaux #57050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 10 (4.3% from 255) = 9.8%

R = 85.29%
G = 4.9%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57050A (or 0x57050A) is known color: Bordeaux. HEX triplet: 57, 05 and 0A. RGB value is (87,5,10). Sum of RGB (Red+Green+Blue) = 87+5+10=102 (13% of max value = 765). Red value is 87 (34.38% from 255 or 85.29% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 87 - color contains mainly: red. Hex color #57050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57050A is #A8FAF5. Grayscale: #1E1E1E. Windows color (decimal): -11074294 or 656727. OLE color: 656727.

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

Color convert

RGB 87 5 10 -
CMYK 0 0.94 0.89 0.66
HSL 356.34º 0.89% 0.18% -
HSV(B) 356.34º 0.94% 0.34% -
XYZ 4.04 2.16 0.49 -
YUV 30.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 87 5 10 0 0.94 0.89 0.66 356.34 0.89 0.18
Hex 57 5 A 0 5E 59 42 164 59 12
Octal 127 5 12 0 136 131 102 544 131 22
Binary 1010111 101 1010 0 1011110 1011001 1000010 101100100 1011001 10010

Color Harmonies of #57050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57050A

Black with #57050A

Text Example


Text Example

White with #57050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,5,10); }

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

background-color css

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

 a { background-color: rgb(87,5,10); }

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

border-color css

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

 span { border-color: rgb(87,5,10); }

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