Html Css Color HEX #81273F Paprika

📋 copy color: '#81273F'

red 129 ◦ green 39 ◦ blue 63

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

Shades of Paprika #81273F

Tints of Paprika #81273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

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

R = 55.84%
G = 16.88%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#81273F (or 0x81273F) is known color: Paprika. HEX triplet: 81, 27 and 3F. RGB value is (129,39,63). Sum of RGB (Red+Green+Blue) = 129+39+63=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #81273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81273F is #7ED8C0. Grayscale: #444444. Windows color (decimal): -8313025 or 4138881. OLE color: 4138881.

HSL color Cylindrical-coordinate representation of color #81273F: hue angle of 344º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81273F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 39 63 -
CMYK 0 0.70 0.51 0.49
HSL 344º 0.54% 0.33% -
HSV(B) 344º 0.7% 0.51% -
XYZ 10.68 6.48 5.39 -
YUV 68.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 129 39 63 0 0.70 0.51 0.49 344 0.54 0.33
Hex 81 27 3F 0 46 33 31 158 36 21
Octal 201 47 77 0 106 63 61 530 66 41
Binary 10000001 100111 111111 0 1000110 110011 110001 101011000 110110 100001

Color Harmonies of #81273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81273F

Black with #81273F

Text Example


Text Example

White with #81273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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