Html Css Color HEX #52031A Bordeaux

📋 copy color: '#52031A'

red 82 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #52031A

Tints of Bordeaux #52031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 73.87%
G = 2.7%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52031A (or 0x52031A) is known color: Bordeaux. HEX triplet: 52, 03 and 1A. RGB value is (82,3,26). Sum of RGB (Red+Green+Blue) = 82+3+26=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #52031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031A is #ADFCE5. Grayscale: #1D1D1D. Windows color (decimal): -11402470 or 1704786. OLE color: 1704786.

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

Color convert

RGB 82 3 26 -
CMYK 0 0.96 0.68 0.68
HSL 342.53º 0.93% 0.17% -
HSV(B) 342.53º 0.96% 0.32% -
XYZ 3.7 1.93 1.16 -
YUV 29.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 82 3 26 0 0.96 0.68 0.68 342.53 0.93 0.17
Hex 52 3 1A 0 60 44 44 157 5D 11
Octal 122 3 32 0 140 104 104 527 135 21
Binary 1010010 11 11010 0 1100000 1000100 1000100 101010111 1011101 10001

Color Harmonies of #52031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52031A

Black with #52031A

Text Example


Text Example

White with #52031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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