Html Css Color HEX #57051A Bordeaux

📋 copy color: '#57051A'

red 87 ◦ green 5 ◦ blue 26

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

Shades of Bordeaux #57051A

Tints of Bordeaux #57051A

RGB

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

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

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

R = 73.73%
G = 4.24%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57051A (or 0x57051A) is known color: Bordeaux. HEX triplet: 57, 05 and 1A. RGB value is (87,5,26). Sum of RGB (Red+Green+Blue) = 87+5+26=118 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.73% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 87 - color contains mainly: red. Hex color #57051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051A is #A8FAE5. Grayscale: #1F1F1F. Windows color (decimal): -11074278 or 1705303. OLE color: 1705303.

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

Color convert

RGB 87 5 26 -
CMYK 0 0.94 0.70 0.66
HSL 344.63º 0.89% 0.18% -
HSV(B) 344.63º 0.94% 0.34% -
XYZ 4.17 2.21 1.18 -
YUV 31.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 87 5 26 0 0.94 0.70 0.66 344.63 0.89 0.18
Hex 57 5 1A 0 5E 46 42 159 59 12
Octal 127 5 32 0 136 106 102 531 131 22
Binary 1010111 101 11010 0 1011110 1000110 1000010 101011001 1011001 10010

Color Harmonies of #57051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57051A

Black with #57051A

Text Example


Text Example

White with #57051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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