Html Css Color HEX #813038 Paprika

📋 copy color: '#813038'

red 129 ◦ green 48 ◦ blue 56

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

Shades of Paprika #813038

Tints of Paprika #813038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 55.36%
G = 20.6%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813038 (or 0x813038) is known color: Paprika. HEX triplet: 81, 30 and 38. RGB value is (129,48,56). Sum of RGB (Red+Green+Blue) = 129+48+56=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #813038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813038 is #7ECFC7. Grayscale: #494949. Windows color (decimal): -8310728 or 3682433. OLE color: 3682433.

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

Color convert

RGB 129 48 56 -
CMYK 0 0.63 0.57 0.49
HSL 354.07º 0.46% 0.35% -
HSV(B) 354.07º 0.63% 0.51% -
XYZ 10.82 7.07 4.53 -
YUV 73.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 129 48 56 0 0.63 0.57 0.49 354.07 0.46 0.35
Hex 81 30 38 0 3F 39 31 162 2E 23
Octal 201 60 70 0 77 71 61 542 56 43
Binary 10000001 110000 111000 0 111111 111001 110001 101100010 101110 100011

Color Harmonies of #813038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813038

Black with #813038

Text Example


Text Example

White with #813038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813038; }

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

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

background-color css

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

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

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

border-color css

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

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

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