Html Css Color HEX #570316 Bordeaux

📋 copy color: '#570316'

red 87 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #570316

Tints of Bordeaux #570316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 22 (8.98% from 255) = 19.64%

R = 77.68%
G = 2.68%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#570316 (or 0x570316) is known color: Bordeaux. HEX triplet: 57, 03 and 16. RGB value is (87,3,22). Sum of RGB (Red+Green+Blue) = 87+3+22=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570316 is #A8FCE9. Grayscale: #1E1E1E. Windows color (decimal): -11074794 or 1442647. OLE color: 1442647.

HSL color Cylindrical-coordinate representation of color #570316: hue angle of 346.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570316 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 3 22 -
CMYK 0 0.97 0.75 0.66
HSL 346.43º 0.93% 0.18% -
HSV(B) 346.43º 0.97% 0.34% -
XYZ 4.11 2.15 0.96 -
YUV 30.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 87 3 22 0 0.97 0.75 0.66 346.43 0.93 0.18
Hex 57 3 16 0 61 4B 42 15A 5D 12
Octal 127 3 26 0 141 113 102 532 135 22
Binary 1010111 11 10110 0 1100001 1001011 1000010 101011010 1011101 10010

Color Harmonies of #570316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570316

Black with #570316

Text Example


Text Example

White with #570316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570316; }

 p { color: rgb(87,3,22); }

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

background-color css

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

 a { background-color: rgb(87,3,22); }

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

border-color css

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

 span { border-color: rgb(87,3,22); }

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