Html Css Color HEX #571721 Bordeaux

📋 copy color: '#571721'

red 87 ◦ green 23 ◦ blue 33

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

Shades of Bordeaux #571721

Tints of Bordeaux #571721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 60.84%
G = 16.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#571721 (or 0x571721) is known color: Bordeaux. HEX triplet: 57, 17 and 21. RGB value is (87,23,33). Sum of RGB (Red+Green+Blue) = 87+23+33=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571721 is #A8E8DE. Grayscale: #2B2B2B. Windows color (decimal): -11069663 or 2168663. OLE color: 2168663.

HSL color Cylindrical-coordinate representation of color #571721: hue angle of 350.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571721 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 23 33 -
CMYK 0 0.74 0.62 0.66
HSL 350.63º 0.58% 0.22% -
HSV(B) 350.63º 0.74% 0.34% -
XYZ 4.51 2.75 1.73 -
YUV 43.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 87 23 33 0 0.74 0.62 0.66 350.63 0.58 0.22
Hex 57 17 21 0 4A 3E 42 15F 3A 16
Octal 127 27 41 0 112 76 102 537 72 26
Binary 1010111 10111 100001 0 1001010 111110 1000010 101011111 111010 10110

Color Harmonies of #571721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571721

Black with #571721

Text Example


Text Example

White with #571721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571721; }

 p { color: rgb(87,23,33); }

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

background-color css

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

 a { background-color: rgb(87,23,33); }

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

border-color css

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

 span { border-color: rgb(87,23,33); }

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