Html Css Color HEX #570821 Bordeaux

📋 copy color: '#570821'

red 87 ◦ green 8 ◦ blue 33

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

Shades of Bordeaux #570821

Tints of Bordeaux #570821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 67.97%
G = 6.25%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#570821 (or 0x570821) is known color: Bordeaux. HEX triplet: 57, 08 and 21. RGB value is (87,8,33). Sum of RGB (Red+Green+Blue) = 87+8+33=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570821 is #A8F7DE. Grayscale: #222222. Windows color (decimal): -11073503 or 2164823. OLE color: 2164823.

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

Color convert

RGB 87 8 33 -
CMYK 0 0.91 0.62 0.66
HSL 341.01º 0.83% 0.19% -
HSV(B) 341.01º 0.91% 0.34% -
XYZ 4.29 2.31 1.66 -
YUV 34.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 87 8 33 0 0.91 0.62 0.66 341.01 0.83 0.19
Hex 57 8 21 0 5B 3E 42 155 53 13
Octal 127 10 41 0 133 76 102 525 123 23
Binary 1010111 1000 100001 0 1011011 111110 1000010 101010101 1010011 10011

Color Harmonies of #570821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570821

Black with #570821

Text Example


Text Example

White with #570821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570821; }

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

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

background-color css

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

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

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

border-color css

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

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

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