Html Css Color HEX #52031E Bordeaux

📋 copy color: '#52031E'

red 82 ◦ green 3 ◦ blue 30

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

Shades of Bordeaux #52031E

Tints of Bordeaux #52031E

RGB

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

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

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

R = 71.3%
G = 2.61%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52031E (or 0x52031E) is known color: Bordeaux. HEX triplet: 52, 03 and 1E. RGB value is (82,3,30). Sum of RGB (Red+Green+Blue) = 82+3+30=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031E is #ADFCE1. Grayscale: #1D1D1D. Windows color (decimal): -11402466 or 1966930. OLE color: 1966930.

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

Color convert

RGB 82 3 30 -
CMYK 0 0.96 0.63 0.68
HSL 339.49º 0.93% 0.17% -
HSV(B) 339.49º 0.96% 0.32% -
XYZ 3.75 1.95 1.41 -
YUV 29.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 82 3 30 0 0.96 0.63 0.68 339.49 0.93 0.17
Hex 52 3 1E 0 60 3F 44 153 5D 11
Octal 122 3 36 0 140 77 104 523 135 21
Binary 1010010 11 11110 0 1100000 111111 1000100 101010011 1011101 10001

Color Harmonies of #52031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52031E

Black with #52031E

Text Example


Text Example

White with #52031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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