Html Css Color HEX #571725 Bordeaux

📋 copy color: '#571725'

red 87 ◦ green 23 ◦ blue 37

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

Shades of Bordeaux #571725

Tints of Bordeaux #571725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 59.18%
G = 15.65%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#571725 (or 0x571725) is known color: Bordeaux. HEX triplet: 57, 17 and 25. RGB value is (87,23,37). Sum of RGB (Red+Green+Blue) = 87+23+37=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571725 is #A8E8DA. Grayscale: #2B2B2B. Windows color (decimal): -11069659 or 2430807. OLE color: 2430807.

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

Color convert

RGB 87 23 37 -
CMYK 0 0.74 0.57 0.66
HSL 346.88º 0.58% 0.22% -
HSV(B) 346.88º 0.74% 0.34% -
XYZ 4.57 2.77 2.04 -
YUV 43.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 87 23 37 0 0.74 0.57 0.66 346.88 0.58 0.22
Hex 57 17 25 0 4A 39 42 15B 3A 16
Octal 127 27 45 0 112 71 102 533 72 26
Binary 1010111 10111 100101 0 1001010 111001 1000010 101011011 111010 10110

Color Harmonies of #571725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571725

Black with #571725

Text Example


Text Example

White with #571725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571725; }

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

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

background-color css

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

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

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

border-color css

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

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

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