Html Css Color HEX #571223 Bordeaux

📋 copy color: '#571223'

red 87 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #571223

Tints of Bordeaux #571223

RGB

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

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

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

R = 62.14%
G = 12.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#571223 (or 0x571223) is known color: Bordeaux. HEX triplet: 57, 12 and 23. RGB value is (87,18,35). Sum of RGB (Red+Green+Blue) = 87+18+35=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571223 is #A8EDDC. Grayscale: #282828. Windows color (decimal): -11070941 or 2298455. OLE color: 2298455.

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

Color convert

RGB 87 18 35 -
CMYK 0 0.79 0.60 0.66
HSL 345.22º 0.66% 0.21% -
HSV(B) 345.22º 0.79% 0.34% -
XYZ 4.45 2.58 1.85 -
YUV 40.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 87 18 35 0 0.79 0.60 0.66 345.22 0.66 0.21
Hex 57 12 23 0 4F 3C 42 159 42 15
Octal 127 22 43 0 117 74 102 531 102 25
Binary 1010111 10010 100011 0 1001111 111100 1000010 101011001 1000010 10101

Color Harmonies of #571223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571223

Black with #571223

Text Example


Text Example

White with #571223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571223; }

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

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

background-color css

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

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

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

border-color css

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

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

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