Html Css Color HEX #81353E Paprika

📋 copy color: '#81353E'

red 129 ◦ green 53 ◦ blue 62

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

Shades of Paprika #81353E

Tints of Paprika #81353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.41%

R = 52.87%
G = 21.72%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#81353E (or 0x81353E) is known color: Paprika. HEX triplet: 81, 35 and 3E. RGB value is (129,53,62). Sum of RGB (Red+Green+Blue) = 129+53+62=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81353E is #7ECAC1. Grayscale: #4C4C4C. Windows color (decimal): -8309442 or 4076929. OLE color: 4076929.

HSL color Cylindrical-coordinate representation of color #81353E: hue angle of 352.89º 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 #81353E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 53 62 -
CMYK 0 0.59 0.52 0.49
HSL 352.89º 0.42% 0.36% -
HSV(B) 352.89º 0.59% 0.51% -
XYZ 11.2 7.56 5.43 -
YUV 76.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 129 53 62 0 0.59 0.52 0.49 352.89 0.42 0.36
Hex 81 35 3E 0 3B 34 31 161 2A 24
Octal 201 65 76 0 73 64 61 541 52 44
Binary 10000001 110101 111110 0 111011 110100 110001 101100001 101010 100100

Color Harmonies of #81353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81353E

Black with #81353E

Text Example


Text Example

White with #81353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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