Html Css Color HEX #57050B Bordeaux

📋 copy color: '#57050B'

red 87 ◦ green 5 ◦ blue 11

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

Shades of Bordeaux #57050B

Tints of Bordeaux #57050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.68%

R = 84.47%
G = 4.85%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57050B (or 0x57050B) is known color: Bordeaux. HEX triplet: 57, 05 and 0B. RGB value is (87,5,11). Sum of RGB (Red+Green+Blue) = 87+5+11=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #57050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57050B is #A8FAF4. Grayscale: #1E1E1E. Windows color (decimal): -11074293 or 722263. OLE color: 722263.

HSL color Cylindrical-coordinate representation of color #57050B: hue angle of 355.61º 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 #57050B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 11 -
CMYK 0 0.94 0.87 0.66
HSL 355.61º 0.89% 0.18% -
HSV(B) 355.61º 0.94% 0.34% -
XYZ 4.05 2.16 0.52 -
YUV 30.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 87 5 11 0 0.94 0.87 0.66 355.61 0.89 0.18
Hex 57 5 B 0 5E 57 42 164 59 12
Octal 127 5 13 0 136 127 102 544 131 22
Binary 1010111 101 1011 0 1011110 1010111 1000010 101100100 1011001 10010

Color Harmonies of #57050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57050B

Black with #57050B

Text Example


Text Example

White with #57050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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