Html Css Color HEX #812740 Paprika

📋 copy color: '#812740'

red 129 ◦ green 39 ◦ blue 64

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

Shades of Paprika #812740

Tints of Paprika #812740

RGB

 RED value IS 129 (50.78% from 255) = 55.6%

 GREEN value IS 39 (15.63% from 255) = 16.81%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 55.6%
G = 16.81%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#812740 (or 0x812740) is known color: Paprika. HEX triplet: 81, 27 and 40. RGB value is (129,39,64). Sum of RGB (Red+Green+Blue) = 129+39+64=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #812740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812740 is #7ED8BF. Grayscale: #444444. Windows color (decimal): -8313024 or 4204417. OLE color: 4204417.

HSL color Cylindrical-coordinate representation of color #812740: hue angle of 343.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812740 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 64 -
CMYK 0 0.70 0.50 0.49
HSL 343.33º 0.54% 0.33% -
HSV(B) 343.33º 0.7% 0.51% -
XYZ 10.7 6.49 5.54 -
YUV 68.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 129 39 64 0 0.70 0.50 0.49 343.33 0.54 0.33
Hex 81 27 40 0 46 32 31 157 36 21
Octal 201 47 100 0 106 62 61 527 66 41
Binary 10000001 100111 1000000 0 1000110 110010 110001 101010111 110110 100001

Color Harmonies of #812740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812740

Black with #812740

Text Example


Text Example

White with #812740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812740; }

 p { color: rgb(129,39,64); }

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

background-color css

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

 a { background-color: rgb(129,39,64); }

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

border-color css

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

 span { border-color: rgb(129,39,64); }

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