Html Css Color HEX #52161D Bordeaux

📋 copy color: '#52161D'

red 82 ◦ green 22 ◦ blue 29

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

Shades of Bordeaux #52161D

Tints of Bordeaux #52161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

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

R = 61.65%
G = 16.54%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52161D (or 0x52161D) is known color: Bordeaux. HEX triplet: 52, 16 and 1D. RGB value is (82,22,29). Sum of RGB (Red+Green+Blue) = 82+22+29=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52161D is #ADE9E2. Grayscale: #282828. Windows color (decimal): -11397603 or 1906258. OLE color: 1906258.

HSL color Cylindrical-coordinate representation of color #52161D: hue angle of 353º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52161D is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 22 29 -
CMYK 0 0.73 0.65 0.68
HSL 353º 0.58% 0.2% -
HSV(B) 353º 0.73% 0.32% -
XYZ 3.99 2.46 1.43 -
YUV 40.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 82 22 29 0 0.73 0.65 0.68 353 0.58 0.2
Hex 52 16 1D 0 49 41 44 161 3A 14
Octal 122 26 35 0 111 101 104 541 72 24
Binary 1010010 10110 11101 0 1001001 1000001 1000100 101100001 111010 10100

Color Harmonies of #52161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52161D

Black with #52161D

Text Example


Text Example

White with #52161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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