Html Css Color HEX #813237 Paprika

📋 copy color: '#813237'

red 129 ◦ green 50 ◦ blue 55

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

Shades of Paprika #813237

Tints of Paprika #813237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 55.13%
G = 21.37%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#813237 (or 0x813237) is known color: Paprika. HEX triplet: 81, 32 and 37. RGB value is (129,50,55). Sum of RGB (Red+Green+Blue) = 129+50+55=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813237 is #7ECDC8. Grayscale: #4A4A4A. Windows color (decimal): -8310217 or 3617409. OLE color: 3617409.

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

Color convert

RGB 129 50 55 -
CMYK 0 0.61 0.57 0.49
HSL 356.2º 0.44% 0.35% -
HSV(B) 356.2º 0.61% 0.51% -
XYZ 10.88 7.22 4.44 -
YUV 74.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 129 50 55 0 0.61 0.57 0.49 356.2 0.44 0.35
Hex 81 32 37 0 3D 39 31 164 2C 23
Octal 201 62 67 0 75 71 61 544 54 43
Binary 10000001 110010 110111 0 111101 111001 110001 101100100 101100 100011

Color Harmonies of #813237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813237

Black with #813237

Text Example


Text Example

White with #813237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813237; }

 p { color: rgb(129,50,55); }

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

background-color css

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

 a { background-color: rgb(129,50,55); }

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

border-color css

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

 span { border-color: rgb(129,50,55); }

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