Html Css Color HEX #57000D Bordeaux

📋 copy color: '#57000D'

red 87 ◦ green 0 ◦ blue 13

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

Shades of Bordeaux #57000D

Tints of Bordeaux #57000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87%
G = 0%
B = 13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57000D (or 0x57000D) is known color: Bordeaux. HEX triplet: 57, 00 and 0D. RGB value is (87,0,13). Sum of RGB (Red+Green+Blue) = 87+0+13=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #57000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57000D is #A8FFF2. Grayscale: #1B1B1B. Windows color (decimal): -11075571 or 852055. OLE color: 852055.

HSL color Cylindrical-coordinate representation of color #57000D: hue angle of 351.03º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57000D is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 13 -
CMYK 0 1 0.85 0.66
HSL 351.03º 1% 0.17% -
HSV(B) 351.03º 1% 0.34% -
XYZ 4 2.06 0.57 -
YUV 27.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 87 0 13 0 1 0.85 0.66 351.03 1 0.17
Hex 57 0 D 0 64 55 42 15F 64 11
Octal 127 0 15 0 144 125 102 537 144 21
Binary 1010111 0 1101 0 1100100 1010101 1000010 101011111 1100100 10001

Color Harmonies of #57000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57000D

Black with #57000D

Text Example


Text Example

White with #57000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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