Html Css Color HEX #52020D Bordeaux

📋 copy color: '#52020D'

red 82 ◦ green 2 ◦ blue 13

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

Shades of Bordeaux #52020D

Tints of Bordeaux #52020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 84.54%
G = 2.06%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52020D (or 0x52020D) is known color: Bordeaux. HEX triplet: 52, 02 and 0D. RGB value is (82,2,13). Sum of RGB (Red+Green+Blue) = 82+2+13=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #52020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52020D is #ADFDF2. Grayscale: #1B1B1B. Windows color (decimal): -11402739 or 852562. OLE color: 852562.

HSL color Cylindrical-coordinate representation of color #52020D: hue angle of 351.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 #52020D is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 13 -
CMYK 0 0.98 0.84 0.68
HSL 351.75º 0.95% 0.16% -
HSV(B) 351.75º 0.98% 0.32% -
XYZ 3.57 1.87 0.55 -
YUV 27.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 82 2 13 0 0.98 0.84 0.68 351.75 0.95 0.16
Hex 52 2 D 0 62 54 44 160 5F 10
Octal 122 2 15 0 142 124 104 540 137 20
Binary 1010010 10 1101 0 1100010 1010100 1000100 101100000 1011111 10000

Color Harmonies of #52020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52020D

Black with #52020D

Text Example


Text Example

White with #52020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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