Html Css Color HEX #52031C Bordeaux

📋 copy color: '#52031C'

red 82 ◦ green 3 ◦ blue 28

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

Shades of Bordeaux #52031C

Tints of Bordeaux #52031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 72.57%
G = 2.65%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52031C (or 0x52031C) is known color: Bordeaux. HEX triplet: 52, 03 and 1C. RGB value is (82,3,28). Sum of RGB (Red+Green+Blue) = 82+3+28=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #52031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031C is #ADFCE3. Grayscale: #1D1D1D. Windows color (decimal): -11402468 or 1835858. OLE color: 1835858.

HSL color Cylindrical-coordinate representation of color #52031C: hue angle of 341.01º 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 #52031C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 28 -
CMYK 0 0.96 0.66 0.68
HSL 341.01º 0.93% 0.17% -
HSV(B) 341.01º 0.96% 0.32% -
XYZ 3.72 1.94 1.28 -
YUV 29.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 82 3 28 0 0.96 0.66 0.68 341.01 0.93 0.17
Hex 52 3 1C 0 60 42 44 155 5D 11
Octal 122 3 34 0 140 102 104 525 135 21
Binary 1010010 11 11100 0 1100000 1000010 1000100 101010101 1011101 10001

Color Harmonies of #52031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52031C

Black with #52031C

Text Example


Text Example

White with #52031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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