Html Css Color HEX #571024 Bordeaux

📋 copy color: '#571024'

red 87 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #571024

Tints of Bordeaux #571024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 62.59%
G = 11.51%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#571024 (or 0x571024) is known color: Bordeaux. HEX triplet: 57, 10 and 24. RGB value is (87,16,36). Sum of RGB (Red+Green+Blue) = 87+16+36=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571024 is #A8EFDB. Grayscale: #272727. Windows color (decimal): -11071452 or 2363479. OLE color: 2363479.

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

Color convert

RGB 87 16 36 -
CMYK 0 0.82 0.59 0.66
HSL 343.1º 0.69% 0.2% -
HSV(B) 343.1º 0.82% 0.34% -
XYZ 4.43 2.52 1.92 -
YUV 39.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 87 16 36 0 0.82 0.59 0.66 343.1 0.69 0.2
Hex 57 10 24 0 52 3B 42 157 45 14
Octal 127 20 44 0 122 73 102 527 105 24
Binary 1010111 10000 100100 0 1010010 111011 1000010 101010111 1000101 10100

Color Harmonies of #571024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571024

Black with #571024

Text Example


Text Example

White with #571024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571024; }

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

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

background-color css

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

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

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

border-color css

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

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

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