Html Css Color HEX #52141F Bordeaux

📋 copy color: '#52141F'

red 82 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #52141F

Tints of Bordeaux #52141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 61.65%
G = 15.04%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52141F (or 0x52141F) is known color: Bordeaux. HEX triplet: 52, 14 and 1F. RGB value is (82,20,31). Sum of RGB (Red+Green+Blue) = 82+20+31=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52141F is #ADEBE0. Grayscale: #272727. Windows color (decimal): -11398113 or 2036818. OLE color: 2036818.

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

Color convert

RGB 82 20 31 -
CMYK 0 0.76 0.62 0.68
HSL 349.35º 0.61% 0.2% -
HSV(B) 349.35º 0.76% 0.32% -
XYZ 3.98 2.39 1.55 -
YUV 39.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 82 20 31 0 0.76 0.62 0.68 349.35 0.61 0.2
Hex 52 14 1F 0 4C 3E 44 15D 3D 14
Octal 122 24 37 0 114 76 104 535 75 24
Binary 1010010 10100 11111 0 1001100 111110 1000100 101011101 111101 10100

Color Harmonies of #52141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52141F

Black with #52141F

Text Example


Text Example

White with #52141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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