Html Css Color HEX #52151F Bordeaux

📋 copy color: '#52151F'

red 82 ◦ green 21 ◦ blue 31

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

Shades of Bordeaux #52151F

Tints of Bordeaux #52151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.13%

R = 61.19%
G = 15.67%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52151F (or 0x52151F) is known color: Bordeaux. HEX triplet: 52, 15 and 1F. RGB value is (82,21,31). Sum of RGB (Red+Green+Blue) = 82+21+31=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52151F is #ADEAE0. Grayscale: #282828. Windows color (decimal): -11397857 or 2037074. OLE color: 2037074.

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

Color convert

RGB 82 21 31 -
CMYK 0 0.74 0.62 0.68
HSL 350.16º 0.59% 0.2% -
HSV(B) 350.16º 0.74% 0.32% -
XYZ 4 2.43 1.55 -
YUV 40.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 82 21 31 0 0.74 0.62 0.68 350.16 0.59 0.2
Hex 52 15 1F 0 4A 3E 44 15E 3B 14
Octal 122 25 37 0 112 76 104 536 73 24
Binary 1010010 10101 11111 0 1001010 111110 1000100 101011110 111011 10100

Color Harmonies of #52151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52151F

Black with #52151F

Text Example


Text Example

White with #52151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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