Html Css Color HEX #52011A Bordeaux

📋 copy color: '#52011A'

red 82 ◦ green 1 ◦ blue 26

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

Shades of Bordeaux #52011A

Tints of Bordeaux #52011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.92%

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

R = 75.23%
G = 0.92%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52011A (or 0x52011A) is known color: Bordeaux. HEX triplet: 52, 01 and 1A. RGB value is (82,1,26). Sum of RGB (Red+Green+Blue) = 82+1+26=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #52011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52011A is #ADFEE5. Grayscale: #1C1C1C. Windows color (decimal): -11402982 or 1704274. OLE color: 1704274.

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

Color convert

RGB 82 1 26 -
CMYK 0 0.99 0.68 0.68
HSL 341.48º 0.98% 0.16% -
HSV(B) 341.48º 0.99% 0.32% -
XYZ 3.68 1.89 1.15 -
YUV 28.07 126.84 166.47 -
System Red Green Blue C M Y K H S L
Decimal 82 1 26 0 0.99 0.68 0.68 341.48 0.98 0.16
Hex 52 1 1A 0 63 44 44 155 62 10
Octal 122 1 32 0 143 104 104 525 142 20
Binary 1010010 1 11010 0 1100011 1000100 1000100 101010101 1100010 10000

Color Harmonies of #52011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52011A

Black with #52011A

Text Example


Text Example

White with #52011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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