Html Css Color HEX #52101D Bordeaux

📋 copy color: '#52101D'

red 82 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #52101D

Tints of Bordeaux #52101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

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

R = 64.57%
G = 12.6%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52101D (or 0x52101D) is known color: Bordeaux. HEX triplet: 52, 10 and 1D. RGB value is (82,16,29). Sum of RGB (Red+Green+Blue) = 82+16+29=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52101D is #ADEFE2. Grayscale: #252525. Windows color (decimal): -11399139 or 1904722. OLE color: 1904722.

HSL color Cylindrical-coordinate representation of color #52101D: hue angle of 348.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52101D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 29 -
CMYK 0 0.80 0.65 0.68
HSL 348.18º 0.67% 0.19% -
HSV(B) 348.18º 0.8% 0.32% -
XYZ 3.89 2.25 1.39 -
YUV 37.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 82 16 29 0 0.80 0.65 0.68 348.18 0.67 0.19
Hex 52 10 1D 0 50 41 44 15C 43 13
Octal 122 20 35 0 120 101 104 534 103 23
Binary 1010010 10000 11101 0 1010000 1000001 1000100 101011100 1000011 10011

Color Harmonies of #52101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52101D

Black with #52101D

Text Example


Text Example

White with #52101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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