Html Css Color HEX #52132A Bordeaux

📋 copy color: '#52132A'

red 82 ◦ green 19 ◦ blue 42

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

Shades of Bordeaux #52132A

Tints of Bordeaux #52132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 57.34%
G = 13.29%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52132A (or 0x52132A) is known color: Bordeaux. HEX triplet: 52, 13 and 2A. RGB value is (82,19,42). Sum of RGB (Red+Green+Blue) = 82+19+42=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #52132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52132A is #ADECD5. Grayscale: #282828. Windows color (decimal): -11398358 or 2757458. OLE color: 2757458.

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

Color convert

RGB 82 19 42 -
CMYK 0 0.77 0.49 0.68
HSL 338.1º 0.62% 0.2% -
HSV(B) 338.1º 0.77% 0.32% -
XYZ 4.13 2.43 2.44 -
YUV 40.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 82 19 42 0 0.77 0.49 0.68 338.1 0.62 0.2
Hex 52 13 2A 0 4D 31 44 152 3E 14
Octal 122 23 52 0 115 61 104 522 76 24
Binary 1010010 10011 101010 0 1001101 110001 1000100 101010010 111110 10100

Color Harmonies of #52132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52132A

Black with #52132A

Text Example


Text Example

White with #52132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,19,42); }

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

background-color css

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

 a { background-color: rgb(82,19,42); }

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

border-color css

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

 span { border-color: rgb(82,19,42); }

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