Html Css Color HEX #57080C Bordeaux

📋 copy color: '#57080C'

red 87 ◦ green 8 ◦ blue 12

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

Shades of Bordeaux #57080C

Tints of Bordeaux #57080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 81.31%
G = 7.48%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57080C (or 0x57080C) is known color: Bordeaux. HEX triplet: 57, 08 and 0C. RGB value is (87,8,12). Sum of RGB (Red+Green+Blue) = 87+8+12=107 (14% of max value = 765). Red value is 87 (34.38% from 255 or 81.31% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 87 - color contains mainly: red. Hex color #57080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57080C is #A8F7F3. Grayscale: #202020. Windows color (decimal): -11073524 or 788567. OLE color: 788567.

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

Color convert

RGB 87 8 12 -
CMYK 0 0.91 0.86 0.66
HSL 356.96º 0.83% 0.19% -
HSV(B) 356.96º 0.91% 0.34% -
XYZ 4.08 2.23 0.56 -
YUV 32.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 87 8 12 0 0.91 0.86 0.66 356.96 0.83 0.19
Hex 57 8 C 0 5B 56 42 165 53 13
Octal 127 10 14 0 133 126 102 545 123 23
Binary 1010111 1000 1100 0 1011011 1010110 1000010 101100101 1010011 10011

Color Harmonies of #57080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57080C

Black with #57080C

Text Example


Text Example

White with #57080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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