Html Css Color HEX #812640 Paprika

📋 copy color: '#812640'

red 129 ◦ green 38 ◦ blue 64

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

Shades of Paprika #812640

Tints of Paprika #812640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

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

R = 55.84%
G = 16.45%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#812640 (or 0x812640) is known color: Paprika. HEX triplet: 81, 26 and 40. RGB value is (129,38,64). Sum of RGB (Red+Green+Blue) = 129+38+64=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #812640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812640 is #7ED9BF. Grayscale: #444444. Windows color (decimal): -8313280 or 4204161. OLE color: 4204161.

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

Color convert

RGB 129 38 64 -
CMYK 0 0.71 0.50 0.49
HSL 342.86º 0.54% 0.33% -
HSV(B) 342.86º 0.71% 0.51% -
XYZ 10.67 6.42 5.53 -
YUV 68.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 129 38 64 0 0.71 0.50 0.49 342.86 0.54 0.33
Hex 81 26 40 0 47 32 31 157 36 21
Octal 201 46 100 0 107 62 61 527 66 41
Binary 10000001 100110 1000000 0 1000111 110010 110001 101010111 110110 100001

Color Harmonies of #812640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812640

Black with #812640

Text Example


Text Example

White with #812640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812640; }

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

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

background-color css

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

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

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

border-color css

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

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

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