Html Css Color HEX #570825 Bordeaux

📋 copy color: '#570825'

red 87 ◦ green 8 ◦ blue 37

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

Shades of Bordeaux #570825

Tints of Bordeaux #570825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.06%

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

R = 65.91%
G = 6.06%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#570825 (or 0x570825) is known color: Bordeaux. HEX triplet: 57, 08 and 25. RGB value is (87,8,37). Sum of RGB (Red+Green+Blue) = 87+8+37=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570825 is #A8F7DA. Grayscale: #222222. Windows color (decimal): -11073499 or 2426967. OLE color: 2426967.

HSL color Cylindrical-coordinate representation of color #570825: hue angle of 337.97º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570825 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 8 37 -
CMYK 0 0.91 0.57 0.66
HSL 337.97º 0.83% 0.19% -
HSV(B) 337.97º 0.91% 0.34% -
XYZ 4.35 2.33 1.97 -
YUV 34.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 87 8 37 0 0.91 0.57 0.66 337.97 0.83 0.19
Hex 57 8 25 0 5B 39 42 152 53 13
Octal 127 10 45 0 133 71 102 522 123 23
Binary 1010111 1000 100101 0 1011011 111001 1000010 101010010 1010011 10011

Color Harmonies of #570825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570825

Black with #570825

Text Example


Text Example

White with #570825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570825; }

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

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

background-color css

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

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

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

border-color css

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

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

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