Html Css Color HEX #570525 Bordeaux

📋 copy color: '#570525'

red 87 ◦ green 5 ◦ blue 37

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

Shades of Bordeaux #570525

Tints of Bordeaux #570525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 67.44%
G = 3.88%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#570525 (or 0x570525) is known color: Bordeaux. HEX triplet: 57, 05 and 25. RGB value is (87,5,37). Sum of RGB (Red+Green+Blue) = 87+5+37=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570525 is #A8FADA. Grayscale: #212121. Windows color (decimal): -11074267 or 2426199. OLE color: 2426199.

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

Color convert

RGB 87 5 37 -
CMYK 0 0.94 0.57 0.66
HSL 336.59º 0.89% 0.18% -
HSV(B) 336.59º 0.94% 0.34% -
XYZ 4.32 2.27 1.96 -
YUV 33.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 87 5 37 0 0.94 0.57 0.66 336.59 0.89 0.18
Hex 57 5 25 0 5E 39 42 151 59 12
Octal 127 5 45 0 136 71 102 521 131 22
Binary 1010111 101 100101 0 1011110 111001 1000010 101010001 1011001 10010

Color Harmonies of #570525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570525

Black with #570525

Text Example


Text Example

White with #570525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570525; }

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

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

background-color css

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

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

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

border-color css

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

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

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