Html Css Color HEX #570118 Bordeaux

📋 copy color: '#570118'

red 87 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #570118

Tints of Bordeaux #570118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 77.68%
G = 0.89%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#570118 (or 0x570118) is known color: Bordeaux. HEX triplet: 57, 01 and 18. RGB value is (87,1,24). Sum of RGB (Red+Green+Blue) = 87+1+24=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570118 is #A8FEE7. Grayscale: #1D1D1D. Windows color (decimal): -11075304 or 1573207. OLE color: 1573207.

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

Color convert

RGB 87 1 24 -
CMYK 0 0.99 0.72 0.66
HSL 343.95º 0.98% 0.17% -
HSV(B) 343.95º 0.99% 0.34% -
XYZ 4.11 2.11 1.06 -
YUV 29.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 87 1 24 0 0.99 0.72 0.66 343.95 0.98 0.17
Hex 57 1 18 0 63 48 42 158 62 11
Octal 127 1 30 0 143 110 102 530 142 21
Binary 1010111 1 11000 0 1100011 1001000 1000010 101011000 1100010 10001

Color Harmonies of #570118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570118

Black with #570118

Text Example


Text Example

White with #570118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570118; }

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

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

background-color css

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

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

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

border-color css

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

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

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