Html Css Color HEX #57080F Bordeaux

📋 copy color: '#57080F'

red 87 ◦ green 8 ◦ blue 15

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

Shades of Bordeaux #57080F

Tints of Bordeaux #57080F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.64%

R = 79.09%
G = 7.27%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57080F (or 0x57080F) is known color: Bordeaux. HEX triplet: 57, 08 and 0F. RGB value is (87,8,15). Sum of RGB (Red+Green+Blue) = 87+8+15=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #57080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57080F is #A8F7F0. Grayscale: #202020. Windows color (decimal): -11073521 or 985175. OLE color: 985175.

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

Color convert

RGB 87 8 15 -
CMYK 0 0.91 0.83 0.66
HSL 354.68º 0.83% 0.19% -
HSV(B) 354.68º 0.91% 0.34% -
XYZ 4.1 2.23 0.67 -
YUV 32.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 87 8 15 0 0.91 0.83 0.66 354.68 0.83 0.19
Hex 57 8 F 0 5B 53 42 163 53 13
Octal 127 10 17 0 133 123 102 543 123 23
Binary 1010111 1000 1111 0 1011011 1010011 1000010 101100011 1010011 10011

Color Harmonies of #57080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57080F

Black with #57080F

Text Example


Text Example

White with #57080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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