Html Css Color HEX #52021D Bordeaux

📋 copy color: '#52021D'

red 82 ◦ green 2 ◦ blue 29

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

Shades of Bordeaux #52021D

Tints of Bordeaux #52021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.77%

 BLUE value IS 29 (11.72% from 255) = 25.66%

R = 72.57%
G = 1.77%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52021D (or 0x52021D) is known color: Bordeaux. HEX triplet: 52, 02 and 1D. RGB value is (82,2,29). Sum of RGB (Red+Green+Blue) = 82+2+29=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #52021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52021D is #ADFDE2. Grayscale: #1C1C1C. Windows color (decimal): -11402723 or 1901138. OLE color: 1901138.

HSL color Cylindrical-coordinate representation of color #52021D: hue angle of 339.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52021D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 29 -
CMYK 0 0.98 0.65 0.68
HSL 339.75º 0.95% 0.16% -
HSV(B) 339.75º 0.98% 0.32% -
XYZ 3.72 1.93 1.34 -
YUV 29 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 82 2 29 0 0.98 0.65 0.68 339.75 0.95 0.16
Hex 52 2 1D 0 62 41 44 154 5F 10
Octal 122 2 35 0 142 101 104 524 137 20
Binary 1010010 10 11101 0 1100010 1000001 1000100 101010100 1011111 10000

Color Harmonies of #52021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52021D

Black with #52021D

Text Example


Text Example

White with #52021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52021D; }

 p { color: rgb(82,2,29); }

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

background-color css

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

 a { background-color: rgb(82,2,29); }

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

border-color css

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

 span { border-color: rgb(82,2,29); }

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