Html Css Color HEX #520421 Bordeaux

📋 copy color: '#520421'

red 82 ◦ green 4 ◦ blue 33

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

Shades of Bordeaux #520421

Tints of Bordeaux #520421

RGB

 RED value IS 82 (32.42% from 255) = 68.91%

 GREEN value IS 4 (1.95% from 255) = 3.36%

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

R = 68.91%
G = 3.36%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#520421 (or 0x520421) is known color: Bordeaux. HEX triplet: 52, 04 and 21. RGB value is (82,4,33). Sum of RGB (Red+Green+Blue) = 82+4+33=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #520421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520421 is #ADFBDE. Grayscale: #1E1E1E. Windows color (decimal): -11402207 or 2163794. OLE color: 2163794.

HSL color Cylindrical-coordinate representation of color #520421: hue angle of 337.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520421 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 4 33 -
CMYK 0 0.95 0.60 0.68
HSL 337.69º 0.91% 0.17% -
HSV(B) 337.69º 0.95% 0.32% -
XYZ 3.8 1.99 1.62 -
YUV 30.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 82 4 33 0 0.95 0.60 0.68 337.69 0.91 0.17
Hex 52 4 21 0 5F 3C 44 152 5B 11
Octal 122 4 41 0 137 74 104 522 133 21
Binary 1010010 100 100001 0 1011111 111100 1000100 101010010 1011011 10001

Color Harmonies of #520421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520421

Black with #520421

Text Example


Text Example

White with #520421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520421; }

 p { color: rgb(82,4,33); }

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

background-color css

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

 a { background-color: rgb(82,4,33); }

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

border-color css

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

 span { border-color: rgb(82,4,33); }

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