Html Css Color HEX #821348 Pompadour

📋 copy color: '#821348'

red 130 ◦ green 19 ◦ blue 72

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

Shades of Pompadour #821348

Tints of Pompadour #821348

RGB

 RED value IS 130 (51.17% from 255) = 58.82%

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

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 58.82%
G = 8.6%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#821348 (or 0x821348) is known color: Pompadour. HEX triplet: 82, 13 and 48. RGB value is (130,19,72). Sum of RGB (Red+Green+Blue) = 130+19+72=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821348 is #7DECB7. Grayscale: #3A3A3A. Windows color (decimal): -8252600 or 4723586. OLE color: 4723586.

HSL color Cylindrical-coordinate representation of color #821348: hue angle of 331.35º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821348 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 72 -
CMYK 0 0.85 0.45 0.49
HSL 331.35º 0.74% 0.29% -
HSV(B) 331.35º 0.85% 0.51% -
XYZ 10.61 5.68 6.67 -
YUV 58.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 130 19 72 0 0.85 0.45 0.49 331.35 0.74 0.29
Hex 82 13 48 0 55 2D 31 14B 4A 1D
Octal 202 23 110 0 125 55 61 513 112 35
Binary 10000010 10011 1001000 0 1010101 101101 110001 101001011 1001010 11101

Color Harmonies of #821348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821348

Black with #821348

Text Example


Text Example

White with #821348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821348; }

 p { color: rgb(130,19,72); }

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

background-color css

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

 a { background-color: rgb(130,19,72); }

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

border-color css

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

 span { border-color: rgb(130,19,72); }

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