Html Css Color HEX #52011B Bordeaux

📋 copy color: '#52011B'

red 82 ◦ green 1 ◦ blue 27

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

Shades of Bordeaux #52011B

Tints of Bordeaux #52011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.55%

R = 74.55%
G = 0.91%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52011B (or 0x52011B) is known color: Bordeaux. HEX triplet: 52, 01 and 1B. RGB value is (82,1,27). Sum of RGB (Red+Green+Blue) = 82+1+27=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #52011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52011B is #ADFEE4. Grayscale: #1C1C1C. Windows color (decimal): -11402981 or 1769810. OLE color: 1769810.

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

Color convert

RGB 82 1 27 -
CMYK 0 0.99 0.67 0.68
HSL 340.74º 0.98% 0.16% -
HSV(B) 340.74º 0.99% 0.32% -
XYZ 3.69 1.89 1.21 -
YUV 28.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 82 1 27 0 0.99 0.67 0.68 340.74 0.98 0.16
Hex 52 1 1B 0 63 43 44 155 62 10
Octal 122 1 33 0 143 103 104 525 142 20
Binary 1010010 1 11011 0 1100011 1000011 1000100 101010101 1100010 10000

Color Harmonies of #52011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52011B

Black with #52011B

Text Example


Text Example

White with #52011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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