Html Css Color HEX #571726 Bordeaux

📋 copy color: '#571726'

red 87 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #571726

Tints of Bordeaux #571726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 58.78%
G = 15.54%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#571726 (or 0x571726) is known color: Bordeaux. HEX triplet: 57, 17 and 26. RGB value is (87,23,38). Sum of RGB (Red+Green+Blue) = 87+23+38=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571726 is #A8E8D9. Grayscale: #2B2B2B. Windows color (decimal): -11069658 or 2496343. OLE color: 2496343.

HSL color Cylindrical-coordinate representation of color #571726: hue angle of 345.94º 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 #571726 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 23 38 -
CMYK 0 0.74 0.56 0.66
HSL 345.94º 0.58% 0.22% -
HSV(B) 345.94º 0.74% 0.34% -
XYZ 4.59 2.78 2.13 -
YUV 43.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 87 23 38 0 0.74 0.56 0.66 345.94 0.58 0.22
Hex 57 17 26 0 4A 38 42 15A 3A 16
Octal 127 27 46 0 112 70 102 532 72 26
Binary 1010111 10111 100110 0 1001010 111000 1000010 101011010 111010 10110

Color Harmonies of #571726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571726

Black with #571726

Text Example


Text Example

White with #571726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571726; }

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

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

background-color css

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

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

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

border-color css

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

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

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