Html Css Color HEX #57031B Bordeaux

📋 copy color: '#57031B'

red 87 ◦ green 3 ◦ blue 27

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

Shades of Bordeaux #57031B

Tints of Bordeaux #57031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 74.36%
G = 2.56%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57031B (or 0x57031B) is known color: Bordeaux. HEX triplet: 57, 03 and 1B. RGB value is (87,3,27). Sum of RGB (Red+Green+Blue) = 87+3+27=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57031B is #A8FCE4. Grayscale: #1E1E1E. Windows color (decimal): -11074789 or 1770327. OLE color: 1770327.

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

Color convert

RGB 87 3 27 -
CMYK 0 0.97 0.69 0.66
HSL 342.86º 0.93% 0.18% -
HSV(B) 342.86º 0.97% 0.34% -
XYZ 4.16 2.17 1.24 -
YUV 30.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 87 3 27 0 0.97 0.69 0.66 342.86 0.93 0.18
Hex 57 3 1B 0 61 45 42 157 5D 12
Octal 127 3 33 0 141 105 102 527 135 22
Binary 1010111 11 11011 0 1100001 1000101 1000010 101010111 1011101 10010

Color Harmonies of #57031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57031B

Black with #57031B

Text Example


Text Example

White with #57031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,3,27); }

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

background-color css

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

 a { background-color: rgb(87,3,27); }

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

border-color css

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

 span { border-color: rgb(87,3,27); }

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