Html Css Color HEX #821243 Pompadour

📋 copy color: '#821243'

red 130 ◦ green 18 ◦ blue 67

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

Shades of Pompadour #821243

Tints of Pompadour #821243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 67 (26.56% from 255) = 31.16%

R = 60.47%
G = 8.37%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#821243 (or 0x821243) is known color: Pompadour. HEX triplet: 82, 12 and 43. RGB value is (130,18,67). Sum of RGB (Red+Green+Blue) = 130+18+67=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #821243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821243 is #7DEDBC. Grayscale: #383838. Windows color (decimal): -8252861 or 4395650. OLE color: 4395650.

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

Color convert

RGB 130 18 67 -
CMYK 0 0.86 0.48 0.49
HSL 333.75º 0.76% 0.29% -
HSV(B) 333.75º 0.86% 0.51% -
XYZ 10.44 5.58 5.84 -
YUV 57.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 130 18 67 0 0.86 0.48 0.49 333.75 0.76 0.29
Hex 82 12 43 0 56 30 31 14E 4C 1D
Octal 202 22 103 0 126 60 61 516 114 35
Binary 10000010 10010 1000011 0 1010110 110000 110001 101001110 1001100 11101

Color Harmonies of #821243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821243

Black with #821243

Text Example


Text Example

White with #821243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821243; }

 p { color: rgb(130,18,67); }

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

background-color css

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

 a { background-color: rgb(130,18,67); }

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

border-color css

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

 span { border-color: rgb(130,18,67); }

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