Html Css Color HEX #570218 Bordeaux

📋 copy color: '#570218'

red 87 ◦ green 2 ◦ blue 24

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

Shades of Bordeaux #570218

Tints of Bordeaux #570218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

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

R = 76.99%
G = 1.77%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#570218 (or 0x570218) is known color: Bordeaux. HEX triplet: 57, 02 and 18. RGB value is (87,2,24). Sum of RGB (Red+Green+Blue) = 87+2+24=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #570218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570218 is #A8FDE7. Grayscale: #1D1D1D. Windows color (decimal): -11075048 or 1573463. OLE color: 1573463.

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

Color convert

RGB 87 2 24 -
CMYK 0 0.98 0.72 0.66
HSL 344.47º 0.96% 0.17% -
HSV(B) 344.47º 0.98% 0.34% -
XYZ 4.12 2.14 1.06 -
YUV 29.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 87 2 24 0 0.98 0.72 0.66 344.47 0.96 0.17
Hex 57 2 18 0 62 48 42 158 60 11
Octal 127 2 30 0 142 110 102 530 140 21
Binary 1010111 10 11000 0 1100010 1001000 1000010 101011000 1100000 10001

Color Harmonies of #570218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570218

Black with #570218

Text Example


Text Example

White with #570218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570218; }

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

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

background-color css

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

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

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

border-color css

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

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

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