Html Css Color HEX #570318 Bordeaux

📋 copy color: '#570318'

red 87 ◦ green 3 ◦ blue 24

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

Shades of Bordeaux #570318

Tints of Bordeaux #570318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 76.32%
G = 2.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#570318 (or 0x570318) is known color: Bordeaux. HEX triplet: 57, 03 and 18. RGB value is (87,3,24). Sum of RGB (Red+Green+Blue) = 87+3+24=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570318 is #A8FCE7. Grayscale: #1E1E1E. Windows color (decimal): -11074792 or 1573719. OLE color: 1573719.

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

Color convert

RGB 87 3 24 -
CMYK 0 0.97 0.72 0.66
HSL 345º 0.93% 0.18% -
HSV(B) 345º 0.97% 0.34% -
XYZ 4.13 2.16 1.06 -
YUV 30.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 87 3 24 0 0.97 0.72 0.66 345 0.93 0.18
Hex 57 3 18 0 61 48 42 159 5D 12
Octal 127 3 30 0 141 110 102 531 135 22
Binary 1010111 11 11000 0 1100001 1001000 1000010 101011001 1011101 10010

Color Harmonies of #570318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570318

Black with #570318

Text Example


Text Example

White with #570318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570318; }

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

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

background-color css

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

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

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

border-color css

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

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

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