Html Css Color HEX #571225 Bordeaux

📋 copy color: '#571225'

red 87 ◦ green 18 ◦ blue 37

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

Shades of Bordeaux #571225

Tints of Bordeaux #571225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

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

R = 61.27%
G = 12.68%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#571225 (or 0x571225) is known color: Bordeaux. HEX triplet: 57, 12 and 25. RGB value is (87,18,37). Sum of RGB (Red+Green+Blue) = 87+18+37=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571225 is #A8EDDA. Grayscale: #282828. Windows color (decimal): -11070939 or 2429527. OLE color: 2429527.

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

Color convert

RGB 87 18 37 -
CMYK 0 0.79 0.57 0.66
HSL 343.48º 0.66% 0.21% -
HSV(B) 343.48º 0.79% 0.34% -
XYZ 4.48 2.59 2.01 -
YUV 40.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 87 18 37 0 0.79 0.57 0.66 343.48 0.66 0.21
Hex 57 12 25 0 4F 39 42 157 42 15
Octal 127 22 45 0 117 71 102 527 102 25
Binary 1010111 10010 100101 0 1001111 111001 1000010 101010111 1000010 10101

Color Harmonies of #571225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571225

Black with #571225

Text Example


Text Example

White with #571225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571225; }

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

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

background-color css

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

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

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

border-color css

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

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

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