Html Css Color HEX #52131E Bordeaux

📋 copy color: '#52131E'

red 82 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #52131E

Tints of Bordeaux #52131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 62.6%
G = 14.5%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52131E (or 0x52131E) is known color: Bordeaux. HEX triplet: 52, 13 and 1E. RGB value is (82,19,30). Sum of RGB (Red+Green+Blue) = 82+19+30=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #52131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52131E is #ADECE1. Grayscale: #272727. Windows color (decimal): -11398370 or 1971026. OLE color: 1971026.

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

Color convert

RGB 82 19 30 -
CMYK 0 0.77 0.63 0.68
HSL 349.52º 0.62% 0.2% -
HSV(B) 349.52º 0.77% 0.32% -
XYZ 3.95 2.35 1.47 -
YUV 39.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 82 19 30 0 0.77 0.63 0.68 349.52 0.62 0.2
Hex 52 13 1E 0 4D 3F 44 15E 3E 14
Octal 122 23 36 0 115 77 104 536 76 24
Binary 1010010 10011 11110 0 1001101 111111 1000100 101011110 111110 10100

Color Harmonies of #52131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52131E

Black with #52131E

Text Example


Text Example

White with #52131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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