Html Css Color HEX #52011D Bordeaux

📋 copy color: '#52011D'

red 82 ◦ green 1 ◦ blue 29

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

Shades of Bordeaux #52011D

Tints of Bordeaux #52011D

RGB

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

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

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

R = 73.21%
G = 0.89%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52011D (or 0x52011D) is known color: Bordeaux. HEX triplet: 52, 01 and 1D. RGB value is (82,1,29). Sum of RGB (Red+Green+Blue) = 82+1+29=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52011D is #ADFEE2. Grayscale: #1C1C1C. Windows color (decimal): -11402979 or 1900882. OLE color: 1900882.

HSL color Cylindrical-coordinate representation of color #52011D: hue angle of 339.26º 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 #52011D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 29 -
CMYK 0 0.99 0.65 0.68
HSL 339.26º 0.98% 0.16% -
HSV(B) 339.26º 0.99% 0.32% -
XYZ 3.71 1.9 1.33 -
YUV 28.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 82 1 29 0 0.99 0.65 0.68 339.26 0.98 0.16
Hex 52 1 1D 0 63 41 44 153 62 10
Octal 122 1 35 0 143 101 104 523 142 20
Binary 1010010 1 11101 0 1100011 1000001 1000100 101010011 1100010 10000

Color Harmonies of #52011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52011D

Black with #52011D

Text Example


Text Example

White with #52011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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