Html Css Color HEX #52121B Bordeaux

📋 copy color: '#52121B'

red 82 ◦ green 18 ◦ blue 27

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

Shades of Bordeaux #52121B

Tints of Bordeaux #52121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

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

R = 64.57%
G = 14.17%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52121B (or 0x52121B) is known color: Bordeaux. HEX triplet: 52, 12 and 1B. RGB value is (82,18,27). Sum of RGB (Red+Green+Blue) = 82+18+27=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52121B is #ADEDE4. Grayscale: #262626. Windows color (decimal): -11398629 or 1774162. OLE color: 1774162.

HSL color Cylindrical-coordinate representation of color #52121B: hue angle of 351.56º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52121B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 27 -
CMYK 0 0.78 0.67 0.68
HSL 351.56º 0.64% 0.2% -
HSV(B) 351.56º 0.78% 0.32% -
XYZ 3.89 2.31 1.28 -
YUV 38.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 82 18 27 0 0.78 0.67 0.68 351.56 0.64 0.2
Hex 52 12 1B 0 4E 43 44 160 40 14
Octal 122 22 33 0 116 103 104 540 100 24
Binary 1010010 10010 11011 0 1001110 1000011 1000100 101100000 1000000 10100

Color Harmonies of #52121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52121B

Black with #52121B

Text Example


Text Example

White with #52121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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