Html Css Color HEX #52131F Bordeaux

📋 copy color: '#52131F'

red 82 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #52131F

Tints of Bordeaux #52131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

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

R = 62.12%
G = 14.39%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52131F (or 0x52131F) is known color: Bordeaux. HEX triplet: 52, 13 and 1F. RGB value is (82,19,31). Sum of RGB (Red+Green+Blue) = 82+19+31=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52131F is #ADECE0. Grayscale: #272727. Windows color (decimal): -11398369 or 2036562. OLE color: 2036562.

HSL color Cylindrical-coordinate representation of color #52131F: hue angle of 348.57º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52131F is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 19 31 -
CMYK 0 0.77 0.62 0.68
HSL 348.57º 0.62% 0.2% -
HSV(B) 348.57º 0.77% 0.32% -
XYZ 3.96 2.36 1.54 -
YUV 39.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 82 19 31 0 0.77 0.62 0.68 348.57 0.62 0.2
Hex 52 13 1F 0 4D 3E 44 15D 3E 14
Octal 122 23 37 0 115 76 104 535 76 24
Binary 1010010 10011 11111 0 1001101 111110 1000100 101011101 111110 10100

Color Harmonies of #52131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52131F

Black with #52131F

Text Example


Text Example

White with #52131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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