Html Css Color HEX #570323 Bordeaux

📋 copy color: '#570323'

red 87 ◦ green 3 ◦ blue 35

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

Shades of Bordeaux #570323

Tints of Bordeaux #570323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28%

R = 69.6%
G = 2.4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#570323 (or 0x570323) is known color: Bordeaux. HEX triplet: 57, 03 and 23. RGB value is (87,3,35). Sum of RGB (Red+Green+Blue) = 87+3+35=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570323 is #A8FCDC. Grayscale: #1F1F1F. Windows color (decimal): -11074781 or 2294615. OLE color: 2294615.

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

Color convert

RGB 87 3 35 -
CMYK 0 0.97 0.60 0.66
HSL 337.14º 0.93% 0.18% -
HSV(B) 337.14º 0.97% 0.34% -
XYZ 4.27 2.21 1.79 -
YUV 31.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 87 3 35 0 0.97 0.60 0.66 337.14 0.93 0.18
Hex 57 3 23 0 61 3C 42 151 5D 12
Octal 127 3 43 0 141 74 102 521 135 22
Binary 1010111 11 100011 0 1100001 111100 1000010 101010001 1011101 10010

Color Harmonies of #570323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570323

Black with #570323

Text Example


Text Example

White with #570323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570323; }

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

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

background-color css

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

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

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

border-color css

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

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

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