Html Css Color HEX #57081B Bordeaux

📋 copy color: '#57081B'

red 87 ◦ green 8 ◦ blue 27

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

Shades of Bordeaux #57081B

Tints of Bordeaux #57081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

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

R = 71.31%
G = 6.56%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57081B (or 0x57081B) is known color: Bordeaux. HEX triplet: 57, 08 and 1B. RGB value is (87,8,27). Sum of RGB (Red+Green+Blue) = 87+8+27=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57081B is #A8F7E4. Grayscale: #212121. Windows color (decimal): -11073509 or 1771607. OLE color: 1771607.

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

Color convert

RGB 87 8 27 -
CMYK 0 0.91 0.69 0.66
HSL 345.57º 0.83% 0.19% -
HSV(B) 345.57º 0.91% 0.34% -
XYZ 4.22 2.28 1.25 -
YUV 33.79 124.17 165.96 -
System Red Green Blue C M Y K H S L
Decimal 87 8 27 0 0.91 0.69 0.66 345.57 0.83 0.19
Hex 57 8 1B 0 5B 45 42 15A 53 13
Octal 127 10 33 0 133 105 102 532 123 23
Binary 1010111 1000 11011 0 1011011 1000101 1000010 101011010 1010011 10011

Color Harmonies of #57081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57081B

Black with #57081B

Text Example


Text Example

White with #57081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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