Html Css Color HEX #821345 Pompadour

📋 copy color: '#821345'

red 130 ◦ green 19 ◦ blue 69

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

Shades of Pompadour #821345

Tints of Pompadour #821345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 59.63%
G = 8.72%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#821345 (or 0x821345) is known color: Pompadour. HEX triplet: 82, 13 and 45. RGB value is (130,19,69). Sum of RGB (Red+Green+Blue) = 130+19+69=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #821345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821345 is #7DECBA. Grayscale: #393939. Windows color (decimal): -8252603 or 4526978. OLE color: 4526978.

HSL color Cylindrical-coordinate representation of color #821345: hue angle of 332.97º 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 #821345 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 69 -
CMYK 0 0.85 0.47 0.49
HSL 332.97º 0.74% 0.29% -
HSV(B) 332.97º 0.85% 0.51% -
XYZ 10.51 5.64 6.16 -
YUV 57.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 130 19 69 0 0.85 0.47 0.49 332.97 0.74 0.29
Hex 82 13 45 0 55 2F 31 14D 4A 1D
Octal 202 23 105 0 125 57 61 515 112 35
Binary 10000010 10011 1000101 0 1010101 101111 110001 101001101 1001010 11101

Color Harmonies of #821345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821345

Black with #821345

Text Example


Text Example

White with #821345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821345; }

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

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

background-color css

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

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

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

border-color css

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

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

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