Html Css Color HEX #52031D Bordeaux

📋 copy color: '#52031D'

red 82 ◦ green 3 ◦ blue 29

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

Shades of Bordeaux #52031D

Tints of Bordeaux #52031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 71.93%
G = 2.63%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52031D (or 0x52031D) is known color: Bordeaux. HEX triplet: 52, 03 and 1D. RGB value is (82,3,29). Sum of RGB (Red+Green+Blue) = 82+3+29=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031D is #ADFCE2. Grayscale: #1D1D1D. Windows color (decimal): -11402467 or 1901394. OLE color: 1901394.

HSL color Cylindrical-coordinate representation of color #52031D: hue angle of 340.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52031D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 29 -
CMYK 0 0.96 0.65 0.68
HSL 340.25º 0.93% 0.17% -
HSV(B) 340.25º 0.96% 0.32% -
XYZ 3.73 1.95 1.34 -
YUV 29.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 82 3 29 0 0.96 0.65 0.68 340.25 0.93 0.17
Hex 52 3 1D 0 60 41 44 154 5D 11
Octal 122 3 35 0 140 101 104 524 135 21
Binary 1010010 11 11101 0 1100000 1000001 1000100 101010100 1011101 10001

Color Harmonies of #52031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52031D

Black with #52031D

Text Example


Text Example

White with #52031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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