Html Css Color HEX #52020F Bordeaux

📋 copy color: '#52020F'

red 82 ◦ green 2 ◦ blue 15

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

Shades of Bordeaux #52020F

Tints of Bordeaux #52020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 82.83%
G = 2.02%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52020F (or 0x52020F) is known color: Bordeaux. HEX triplet: 52, 02 and 0F. RGB value is (82,2,15). Sum of RGB (Red+Green+Blue) = 82+2+15=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #52020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52020F is #ADFDF0. Grayscale: #1B1B1B. Windows color (decimal): -11402737 or 983634. OLE color: 983634.

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

Color convert

RGB 82 2 15 -
CMYK 0 0.98 0.82 0.68
HSL 350.25º 0.95% 0.16% -
HSV(B) 350.25º 0.98% 0.32% -
XYZ 3.59 1.87 0.62 -
YUV 27.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 82 2 15 0 0.98 0.82 0.68 350.25 0.95 0.16
Hex 52 2 F 0 62 52 44 15E 5F 10
Octal 122 2 17 0 142 122 104 536 137 20
Binary 1010010 10 1111 0 1100010 1010010 1000100 101011110 1011111 10000

Color Harmonies of #52020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52020F

Black with #52020F

Text Example


Text Example

White with #52020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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