Html Css Color HEX #52071F Bordeaux

📋 copy color: '#52071F'

red 82 ◦ green 7 ◦ blue 31

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

Shades of Bordeaux #52071F

Tints of Bordeaux #52071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 68.33%
G = 5.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52071F (or 0x52071F) is known color: Bordeaux. HEX triplet: 52, 07 and 1F. RGB value is (82,7,31). Sum of RGB (Red+Green+Blue) = 82+7+31=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #52071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52071F is #ADF8E0. Grayscale: #202020. Windows color (decimal): -11401441 or 2033490. OLE color: 2033490.

HSL color Cylindrical-coordinate representation of color #52071F: hue angle of 340.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52071F is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 7 31 -
CMYK 0 0.91 0.62 0.68
HSL 340.8º 0.84% 0.17% -
HSV(B) 340.8º 0.91% 0.32% -
XYZ 3.8 2.04 1.49 -
YUV 32.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 82 7 31 0 0.91 0.62 0.68 340.8 0.84 0.17
Hex 52 7 1F 0 5B 3E 44 155 54 11
Octal 122 7 37 0 133 76 104 525 124 21
Binary 1010010 111 11111 0 1011011 111110 1000100 101010101 1010100 10001

Color Harmonies of #52071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52071F

Black with #52071F

Text Example


Text Example

White with #52071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52071F; }

 p { color: rgb(82,7,31); }

 H1.HeaderClassName
 {
   color: #52071F;
 }
 .AnyTagClassName
 {
   color: #52071F;
 }
</style>

background-color css

<style>
 a { background-color: #52071F; }

 a { background-color: rgb(82,7,31); }

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

border-color css

<style>
 span { border-color: #52071F; }

 span { border-color: rgb(82,7,31); }

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