Html Css Color HEX #57080D Bordeaux

📋 copy color: '#57080D'

red 87 ◦ green 8 ◦ blue 13

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

Shades of Bordeaux #57080D

Tints of Bordeaux #57080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 80.56%
G = 7.41%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57080D (or 0x57080D) is known color: Bordeaux. HEX triplet: 57, 08 and 0D. RGB value is (87,8,13). Sum of RGB (Red+Green+Blue) = 87+8+13=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #57080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57080D is #A8F7F2. Grayscale: #202020. Windows color (decimal): -11073523 or 854103. OLE color: 854103.

HSL color Cylindrical-coordinate representation of color #57080D: hue angle of 356.2º 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 #57080D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 8 13 -
CMYK 0 0.91 0.85 0.66
HSL 356.2º 0.83% 0.19% -
HSV(B) 356.2º 0.91% 0.34% -
XYZ 4.09 2.23 0.6 -
YUV 32.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 87 8 13 0 0.91 0.85 0.66 356.2 0.83 0.19
Hex 57 8 D 0 5B 55 42 164 53 13
Octal 127 10 15 0 133 125 102 544 123 23
Binary 1010111 1000 1101 0 1011011 1010101 1000010 101100100 1010011 10011

Color Harmonies of #57080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57080D

Black with #57080D

Text Example


Text Example

White with #57080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57080D; }

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

 H1.HeaderClassName
 {
   color: #57080D;
 }
 .AnyTagClassName
 {
   color: #57080D;
 }
</style>

background-color css

<style>
 a { background-color: #57080D; }

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

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

border-color css

<style>
 span { border-color: #57080D; }

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

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