Html Css Color HEX #571028 Bordeaux

📋 copy color: '#571028'

red 87 ◦ green 16 ◦ blue 40

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

Shades of Bordeaux #571028

Tints of Bordeaux #571028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

 BLUE value IS 40 (16.02% from 255) = 27.97%

R = 60.84%
G = 11.19%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#571028 (or 0x571028) is known color: Bordeaux. HEX triplet: 57, 10 and 28. RGB value is (87,16,40). Sum of RGB (Red+Green+Blue) = 87+16+40=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571028 is #A8EFD7. Grayscale: #272727. Windows color (decimal): -11071448 or 2625623. OLE color: 2625623.

HSL color Cylindrical-coordinate representation of color #571028: hue angle of 339.72º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571028 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 40 -
CMYK 0 0.82 0.54 0.66
HSL 339.72º 0.69% 0.2% -
HSV(B) 339.72º 0.82% 0.34% -
XYZ 4.5 2.55 2.26 -
YUV 39.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 87 16 40 0 0.82 0.54 0.66 339.72 0.69 0.2
Hex 57 10 28 0 52 36 42 154 45 14
Octal 127 20 50 0 122 66 102 524 105 24
Binary 1010111 10000 101000 0 1010010 110110 1000010 101010100 1000101 10100

Color Harmonies of #571028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571028

Black with #571028

Text Example


Text Example

White with #571028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571028; }

 p { color: rgb(87,16,40); }

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

background-color css

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

 a { background-color: rgb(87,16,40); }

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

border-color css

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

 span { border-color: rgb(87,16,40); }

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