Html Css Color HEX #813041 Paprika

📋 copy color: '#813041'

red 129 ◦ green 48 ◦ blue 65

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

Shades of Paprika #813041

Tints of Paprika #813041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 53.31%
G = 19.83%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#813041 (or 0x813041) is known color: Paprika. HEX triplet: 81, 30 and 41. RGB value is (129,48,65). Sum of RGB (Red+Green+Blue) = 129+48+65=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #813041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813041 is #7ECFBE. Grayscale: #4A4A4A. Windows color (decimal): -8310719 or 4272257. OLE color: 4272257.

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

Color convert

RGB 129 48 65 -
CMYK 0 0.63 0.50 0.49
HSL 347.41º 0.46% 0.35% -
HSV(B) 347.41º 0.63% 0.51% -
XYZ 11.06 7.16 5.8 -
YUV 74.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 129 48 65 0 0.63 0.50 0.49 347.41 0.46 0.35
Hex 81 30 41 0 3F 32 31 15B 2E 23
Octal 201 60 101 0 77 62 61 533 56 43
Binary 10000001 110000 1000001 0 111111 110010 110001 101011011 101110 100011

Color Harmonies of #813041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813041

Black with #813041

Text Example


Text Example

White with #813041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813041; }

 p { color: rgb(129,48,65); }

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

background-color css

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

 a { background-color: rgb(129,48,65); }

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

border-color css

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

 span { border-color: rgb(129,48,65); }

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