Html Css Color HEX #571825 Bordeaux

📋 copy color: '#571825'

red 87 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #571825

Tints of Bordeaux #571825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 58.78%
G = 16.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#571825 (or 0x571825) is known color: Bordeaux. HEX triplet: 57, 18 and 25. RGB value is (87,24,37). Sum of RGB (Red+Green+Blue) = 87+24+37=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571825 is #A8E7DA. Grayscale: #2C2C2C. Windows color (decimal): -11069403 or 2431063. OLE color: 2431063.

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

Color convert

RGB 87 24 37 -
CMYK 0 0.72 0.57 0.66
HSL 347.62º 0.57% 0.22% -
HSV(B) 347.62º 0.72% 0.34% -
XYZ 4.59 2.81 2.05 -
YUV 44.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 87 24 37 0 0.72 0.57 0.66 347.62 0.57 0.22
Hex 57 18 25 0 48 39 42 15C 39 16
Octal 127 30 45 0 110 71 102 534 71 26
Binary 1010111 11000 100101 0 1001000 111001 1000010 101011100 111001 10110

Color Harmonies of #571825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571825

Black with #571825

Text Example


Text Example

White with #571825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571825; }

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

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

background-color css

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

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

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

border-color css

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

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

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