Html Css Color HEX #52131B Bordeaux

📋 copy color: '#52131B'

red 82 ◦ green 19 ◦ blue 27

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

Shades of Bordeaux #52131B

Tints of Bordeaux #52131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 64.06%
G = 14.84%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52131B (or 0x52131B) is known color: Bordeaux. HEX triplet: 52, 13 and 1B. RGB value is (82,19,27). Sum of RGB (Red+Green+Blue) = 82+19+27=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52131B is #ADECE4. Grayscale: #262626. Windows color (decimal): -11398373 or 1774418. OLE color: 1774418.

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

Color convert

RGB 82 19 27 -
CMYK 0 0.77 0.67 0.68
HSL 352.38º 0.62% 0.2% -
HSV(B) 352.38º 0.77% 0.32% -
XYZ 3.91 2.34 1.28 -
YUV 38.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 82 19 27 0 0.77 0.67 0.68 352.38 0.62 0.2
Hex 52 13 1B 0 4D 43 44 160 3E 14
Octal 122 23 33 0 115 103 104 540 76 24
Binary 1010010 10011 11011 0 1001101 1000011 1000100 101100000 111110 10100

Color Harmonies of #52131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52131B

Black with #52131B

Text Example


Text Example

White with #52131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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