Html Css Color HEX #570518 Bordeaux

📋 copy color: '#570518'

red 87 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #570518

Tints of Bordeaux #570518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

 BLUE value IS 24 (9.77% from 255) = 20.69%

R = 75%
G = 4.31%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#570518 (or 0x570518) is known color: Bordeaux. HEX triplet: 57, 05 and 18. RGB value is (87,5,24). Sum of RGB (Red+Green+Blue) = 87+5+24=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570518 is #A8FAE7. Grayscale: #1F1F1F. Windows color (decimal): -11074280 or 1574231. OLE color: 1574231.

HSL color Cylindrical-coordinate representation of color #570518: hue angle of 346.1º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570518 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 24 -
CMYK 0 0.94 0.72 0.66
HSL 346.1º 0.89% 0.18% -
HSV(B) 346.1º 0.94% 0.34% -
XYZ 4.15 2.2 1.07 -
YUV 31.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 87 5 24 0 0.94 0.72 0.66 346.1 0.89 0.18
Hex 57 5 18 0 5E 48 42 15A 59 12
Octal 127 5 30 0 136 110 102 532 131 22
Binary 1010111 101 11000 0 1011110 1001000 1000010 101011010 1011001 10010

Color Harmonies of #570518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570518

Black with #570518

Text Example


Text Example

White with #570518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570518; }

 p { color: rgb(87,5,24); }

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

background-color css

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

 a { background-color: rgb(87,5,24); }

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

border-color css

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

 span { border-color: rgb(87,5,24); }

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