Html Css Color HEX #52162B Bordeaux

📋 copy color: '#52162B'

red 82 ◦ green 22 ◦ blue 43

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

Shades of Bordeaux #52162B

Tints of Bordeaux #52162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 55.78%
G = 14.97%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52162B (or 0x52162B) is known color: Bordeaux. HEX triplet: 52, 16 and 2B. RGB value is (82,22,43). Sum of RGB (Red+Green+Blue) = 82+22+43=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #52162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52162B is #ADE9D4. Grayscale: #2A2A2A. Windows color (decimal): -11397589 or 2823762. OLE color: 2823762.

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

Color convert

RGB 82 22 43 -
CMYK 0 0.73 0.48 0.68
HSL 339º 0.58% 0.2% -
HSV(B) 339º 0.73% 0.32% -
XYZ 4.2 2.54 2.55 -
YUV 42.33 128.38 156.29 -
System Red Green Blue C M Y K H S L
Decimal 82 22 43 0 0.73 0.48 0.68 339 0.58 0.2
Hex 52 16 2B 0 49 30 44 153 3A 14
Octal 122 26 53 0 111 60 104 523 72 24
Binary 1010010 10110 101011 0 1001001 110000 1000100 101010011 111010 10100

Color Harmonies of #52162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52162B

Black with #52162B

Text Example


Text Example

White with #52162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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