Html Css Color HEX #570523 Bordeaux

📋 copy color: '#570523'

red 87 ◦ green 5 ◦ blue 35

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

Shades of Bordeaux #570523

Tints of Bordeaux #570523

RGB

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

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

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

R = 68.5%
G = 3.94%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#570523 (or 0x570523) is known color: Bordeaux. HEX triplet: 57, 05 and 23. RGB value is (87,5,35). Sum of RGB (Red+Green+Blue) = 87+5+35=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570523 is #A8FADC. Grayscale: #202020. Windows color (decimal): -11074269 or 2295127. OLE color: 2295127.

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

Color convert

RGB 87 5 35 -
CMYK 0 0.94 0.60 0.66
HSL 338.05º 0.89% 0.18% -
HSV(B) 338.05º 0.94% 0.34% -
XYZ 4.29 2.26 1.8 -
YUV 32.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 87 5 35 0 0.94 0.60 0.66 338.05 0.89 0.18
Hex 57 5 23 0 5E 3C 42 152 59 12
Octal 127 5 43 0 136 74 102 522 131 22
Binary 1010111 101 100011 0 1011110 111100 1000010 101010010 1011001 10010

Color Harmonies of #570523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570523

Black with #570523

Text Example


Text Example

White with #570523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570523; }

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

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

background-color css

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

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

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

border-color css

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

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

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