Html Css Color HEX #570621 Bordeaux

📋 copy color: '#570621'

red 87 ◦ green 6 ◦ blue 33

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

Shades of Bordeaux #570621

Tints of Bordeaux #570621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 69.05%
G = 4.76%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#570621 (or 0x570621) is known color: Bordeaux. HEX triplet: 57, 06 and 21. RGB value is (87,6,33). Sum of RGB (Red+Green+Blue) = 87+6+33=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570621 is #A8F9DE. Grayscale: #212121. Windows color (decimal): -11074015 or 2164311. OLE color: 2164311.

HSL color Cylindrical-coordinate representation of color #570621: hue angle of 340º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570621 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 33 -
CMYK 0 0.93 0.62 0.66
HSL 340º 0.87% 0.18% -
HSV(B) 340º 0.93% 0.34% -
XYZ 4.27 2.27 1.65 -
YUV 33.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 87 6 33 0 0.93 0.62 0.66 340 0.87 0.18
Hex 57 6 21 0 5D 3E 42 154 57 12
Octal 127 6 41 0 135 76 102 524 127 22
Binary 1010111 110 100001 0 1011101 111110 1000010 101010100 1010111 10010

Color Harmonies of #570621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570621

Black with #570621

Text Example


Text Example

White with #570621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570621; }

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

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

background-color css

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

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

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

border-color css

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

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

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