Html Css Color HEX #52152B Bordeaux

📋 copy color: '#52152B'

red 82 ◦ green 21 ◦ blue 43

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

Shades of Bordeaux #52152B

Tints of Bordeaux #52152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 56.16%
G = 14.38%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52152B (or 0x52152B) is known color: Bordeaux. HEX triplet: 52, 15 and 2B. RGB value is (82,21,43). Sum of RGB (Red+Green+Blue) = 82+21+43=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52152B is #ADEAD4. Grayscale: #292929. Windows color (decimal): -11397845 or 2823506. OLE color: 2823506.

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

Color convert

RGB 82 21 43 -
CMYK 0 0.74 0.48 0.68
HSL 338.36º 0.59% 0.2% -
HSV(B) 338.36º 0.74% 0.32% -
XYZ 4.18 2.5 2.55 -
YUV 41.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 82 21 43 0 0.74 0.48 0.68 338.36 0.59 0.2
Hex 52 15 2B 0 4A 30 44 152 3B 14
Octal 122 25 53 0 112 60 104 522 73 24
Binary 1010010 10101 101011 0 1001010 110000 1000100 101010010 111011 10100

Color Harmonies of #52152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52152B

Black with #52152B

Text Example


Text Example

White with #52152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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