Html Css Color HEX #570B1C Bordeaux

📋 copy color: '#570B1C'

red 87 ◦ green 11 ◦ blue 28

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

Shades of Bordeaux #570B1C

Tints of Bordeaux #570B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 69.05%
G = 8.73%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#570B1C (or 0x570B1C) is known color: Bordeaux. HEX triplet: 57, 0B and 1C. RGB value is (87,11,28). Sum of RGB (Red+Green+Blue) = 87+11+28=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B1C is #A8F4E3. Grayscale: #232323. Windows color (decimal): -11072740 or 1837911. OLE color: 1837911.

HSL color Cylindrical-coordinate representation of color #570B1C: hue angle of 346.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B1C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 11 28 -
CMYK 0 0.87 0.68 0.66
HSL 346.58º 0.78% 0.19% -
HSV(B) 346.58º 0.87% 0.34% -
XYZ 4.26 2.35 1.33 -
YUV 35.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 87 11 28 0 0.87 0.68 0.66 346.58 0.78 0.19
Hex 57 B 1C 0 57 44 42 15B 4E 13
Octal 127 13 34 0 127 104 102 533 116 23
Binary 1010111 1011 11100 0 1010111 1000100 1000010 101011011 1001110 10011

Color Harmonies of #570B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B1C

Black with #570B1C

Text Example


Text Example

White with #570B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570B1C; }

 p { color: rgb(87,11,28); }

 H1.HeaderClassName
 {
   color: #570B1C;
 }
 .AnyTagClassName
 {
   color: #570B1C;
 }
</style>

background-color css

<style>
 a { background-color: #570B1C; }

 a { background-color: rgb(87,11,28); }

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

border-color css

<style>
 span { border-color: #570B1C; }

 span { border-color: rgb(87,11,28); }

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