Html Css Color HEX #812840 Paprika

📋 copy color: '#812840'

red 129 ◦ green 40 ◦ blue 64

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

Shades of Paprika #812840

Tints of Paprika #812840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 55.36%
G = 17.17%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#812840 (or 0x812840) is known color: Paprika. HEX triplet: 81, 28 and 40. RGB value is (129,40,64). Sum of RGB (Red+Green+Blue) = 129+40+64=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #812840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812840 is #7ED7BF. Grayscale: #454545. Windows color (decimal): -8312768 or 4204673. OLE color: 4204673.

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

Color convert

RGB 129 40 64 -
CMYK 0 0.69 0.50 0.49
HSL 343.82º 0.53% 0.33% -
HSV(B) 343.82º 0.69% 0.51% -
XYZ 10.74 6.55 5.55 -
YUV 69.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 129 40 64 0 0.69 0.50 0.49 343.82 0.53 0.33
Hex 81 28 40 0 45 32 31 158 35 21
Octal 201 50 100 0 105 62 61 530 65 41
Binary 10000001 101000 1000000 0 1000101 110010 110001 101011000 110101 100001

Color Harmonies of #812840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812840

Black with #812840

Text Example


Text Example

White with #812840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812840; }

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

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

background-color css

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

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

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

border-color css

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

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

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