Html Css Color HEX #52182A Bordeaux

📋 copy color: '#52182A'

red 82 ◦ green 24 ◦ blue 42

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

Shades of Bordeaux #52182A

Tints of Bordeaux #52182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 55.41%
G = 16.22%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52182A (or 0x52182A) is known color: Bordeaux. HEX triplet: 52, 18 and 2A. RGB value is (82,24,42). Sum of RGB (Red+Green+Blue) = 82+24+42=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52182A is #ADE7D5. Grayscale: #2B2B2B. Windows color (decimal): -11397078 or 2758738. OLE color: 2758738.

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

Color convert

RGB 82 24 42 -
CMYK 0 0.71 0.49 0.68
HSL 341.38º 0.55% 0.21% -
HSV(B) 341.38º 0.71% 0.32% -
XYZ 4.22 2.61 2.47 -
YUV 43.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 82 24 42 0 0.71 0.49 0.68 341.38 0.55 0.21
Hex 52 18 2A 0 47 31 44 155 37 15
Octal 122 30 52 0 107 61 104 525 67 25
Binary 1010010 11000 101010 0 1000111 110001 1000100 101010101 110111 10101

Color Harmonies of #52182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52182A

Black with #52182A

Text Example


Text Example

White with #52182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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