Html Css Color HEX #52161F Bordeaux

📋 copy color: '#52161F'

red 82 ◦ green 22 ◦ blue 31

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

Shades of Bordeaux #52161F

Tints of Bordeaux #52161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 60.74%
G = 16.3%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52161F (or 0x52161F) is known color: Bordeaux. HEX triplet: 52, 16 and 1F. RGB value is (82,22,31). Sum of RGB (Red+Green+Blue) = 82+22+31=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52161F is #ADE9E0. Grayscale: #282828. Windows color (decimal): -11397601 or 2037330. OLE color: 2037330.

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

Color convert

RGB 82 22 31 -
CMYK 0 0.73 0.62 0.68
HSL 351º 0.58% 0.2% -
HSV(B) 351º 0.73% 0.32% -
XYZ 4.01 2.47 1.56 -
YUV 40.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 82 22 31 0 0.73 0.62 0.68 351 0.58 0.2
Hex 52 16 1F 0 49 3E 44 15F 3A 14
Octal 122 26 37 0 111 76 104 537 72 24
Binary 1010010 10110 11111 0 1001001 111110 1000100 101011111 111010 10100

Color Harmonies of #52161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52161F

Black with #52161F

Text Example


Text Example

White with #52161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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