Html Css Color HEX #571123 Bordeaux

📋 copy color: '#571123'

red 87 ◦ green 17 ◦ blue 35

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

Shades of Bordeaux #571123

Tints of Bordeaux #571123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 35 (14.06% from 255) = 25.18%

R = 62.59%
G = 12.23%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#571123 (or 0x571123) is known color: Bordeaux. HEX triplet: 57, 11 and 23. RGB value is (87,17,35). Sum of RGB (Red+Green+Blue) = 87+17+35=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571123 is #A8EEDC. Grayscale: #272727. Windows color (decimal): -11071197 or 2298199. OLE color: 2298199.

HSL color Cylindrical-coordinate representation of color #571123: hue angle of 344.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571123 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 35 -
CMYK 0 0.80 0.60 0.66
HSL 344.57º 0.67% 0.2% -
HSV(B) 344.57º 0.8% 0.34% -
XYZ 4.43 2.55 1.85 -
YUV 39.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 87 17 35 0 0.80 0.60 0.66 344.57 0.67 0.2
Hex 57 11 23 0 50 3C 42 159 43 14
Octal 127 21 43 0 120 74 102 531 103 24
Binary 1010111 10001 100011 0 1010000 111100 1000010 101011001 1000011 10100

Color Harmonies of #571123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571123

Black with #571123

Text Example


Text Example

White with #571123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571123; }

 p { color: rgb(87,17,35); }

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

background-color css

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

 a { background-color: rgb(87,17,35); }

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

border-color css

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

 span { border-color: rgb(87,17,35); }

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