Html Css Color HEX #52181D Bordeaux

📋 copy color: '#52181D'

red 82 ◦ green 24 ◦ blue 29

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

Shades of Bordeaux #52181D

Tints of Bordeaux #52181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 60.74%
G = 17.78%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52181D (or 0x52181D) is known color: Bordeaux. HEX triplet: 52, 18 and 1D. RGB value is (82,24,29). Sum of RGB (Red+Green+Blue) = 82+24+29=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52181D is #ADE7E2. Grayscale: #292929. Windows color (decimal): -11397091 or 1906770. OLE color: 1906770.

HSL color Cylindrical-coordinate representation of color #52181D: hue angle of 354.83º 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 #52181D is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 24 29 -
CMYK 0 0.71 0.65 0.68
HSL 354.83º 0.55% 0.21% -
HSV(B) 354.83º 0.71% 0.32% -
XYZ 4.03 2.54 1.44 -
YUV 41.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 82 24 29 0 0.71 0.65 0.68 354.83 0.55 0.21
Hex 52 18 1D 0 47 41 44 163 37 15
Octal 122 30 35 0 107 101 104 543 67 25
Binary 1010010 11000 11101 0 1000111 1000001 1000100 101100011 110111 10101

Color Harmonies of #52181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52181D

Black with #52181D

Text Example


Text Example

White with #52181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52181D; }

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

 H1.HeaderClassName
 {
   color: #52181D;
 }
 .AnyTagClassName
 {
   color: #52181D;
 }
</style>

background-color css

<style>
 a { background-color: #52181D; }

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

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

border-color css

<style>
 span { border-color: #52181D; }

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

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