Html Css Color HEX #52021A Bordeaux

📋 copy color: '#52021A'

red 82 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #52021A

Tints of Bordeaux #52021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.64%

R = 74.55%
G = 1.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52021A (or 0x52021A) is known color: Bordeaux. HEX triplet: 52, 02 and 1A. RGB value is (82,2,26). Sum of RGB (Red+Green+Blue) = 82+2+26=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52021A is #ADFDE5. Grayscale: #1C1C1C. Windows color (decimal): -11402726 or 1704530. OLE color: 1704530.

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

Color convert

RGB 82 2 26 -
CMYK 0 0.98 0.68 0.68
HSL 342º 0.95% 0.16% -
HSV(B) 342º 0.98% 0.32% -
XYZ 3.69 1.91 1.15 -
YUV 28.66 126.5 166.05 -
System Red Green Blue C M Y K H S L
Decimal 82 2 26 0 0.98 0.68 0.68 342 0.95 0.16
Hex 52 2 1A 0 62 44 44 156 5F 10
Octal 122 2 32 0 142 104 104 526 137 20
Binary 1010010 10 11010 0 1100010 1000100 1000100 101010110 1011111 10000

Color Harmonies of #52021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52021A

Black with #52021A

Text Example


Text Example

White with #52021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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