Html Css Color HEX #81353F Paprika

📋 copy color: '#81353F'

red 129 ◦ green 53 ◦ blue 63

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

Shades of Paprika #81353F

Tints of Paprika #81353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 63 (25% from 255) = 25.71%

R = 52.65%
G = 21.63%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#81353F (or 0x81353F) is known color: Paprika. HEX triplet: 81, 35 and 3F. RGB value is (129,53,63). Sum of RGB (Red+Green+Blue) = 129+53+63=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #81353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81353F is #7ECAC0. Grayscale: #4C4C4C. Windows color (decimal): -8309441 or 4142465. OLE color: 4142465.

HSL color Cylindrical-coordinate representation of color #81353F: hue angle of 352.11º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81353F is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 53 63 -
CMYK 0 0.59 0.51 0.49
HSL 352.11º 0.42% 0.36% -
HSV(B) 352.11º 0.59% 0.51% -
XYZ 11.22 7.57 5.57 -
YUV 76.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 129 53 63 0 0.59 0.51 0.49 352.11 0.42 0.36
Hex 81 35 3F 0 3B 33 31 160 2A 24
Octal 201 65 77 0 73 63 61 540 52 44
Binary 10000001 110101 111111 0 111011 110011 110001 101100000 101010 100100

Color Harmonies of #81353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81353F

Black with #81353F

Text Example


Text Example

White with #81353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81353F; }

 p { color: rgb(129,53,63); }

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

background-color css

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

 a { background-color: rgb(129,53,63); }

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

border-color css

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

 span { border-color: rgb(129,53,63); }

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