Html Css Color HEX #52151D Bordeaux

📋 copy color: '#52151D'

red 82 ◦ green 21 ◦ blue 29

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

Shades of Bordeaux #52151D

Tints of Bordeaux #52151D

RGB

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

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

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

R = 62.12%
G = 15.91%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52151D (or 0x52151D) is known color: Bordeaux. HEX triplet: 52, 15 and 1D. RGB value is (82,21,29). Sum of RGB (Red+Green+Blue) = 82+21+29=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151D is #ADEAE2. Grayscale: #282828. Windows color (decimal): -11397859 or 1906002. OLE color: 1906002.

HSL color Cylindrical-coordinate representation of color #52151D: hue angle of 352.13º 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 #52151D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 21 29 -
CMYK 0 0.74 0.65 0.68
HSL 352.13º 0.59% 0.2% -
HSV(B) 352.13º 0.74% 0.32% -
XYZ 3.97 2.42 1.42 -
YUV 40.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 82 21 29 0 0.74 0.65 0.68 352.13 0.59 0.2
Hex 52 15 1D 0 4A 41 44 160 3B 14
Octal 122 25 35 0 112 101 104 540 73 24
Binary 1010010 10101 11101 0 1001010 1000001 1000100 101100000 111011 10100

Color Harmonies of #52151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52151D

Black with #52151D

Text Example


Text Example

White with #52151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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