Html Css Color HEX #81273E Paprika

📋 copy color: '#81273E'

red 129 ◦ green 39 ◦ blue 62

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

Shades of Paprika #81273E

Tints of Paprika #81273E

RGB

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

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

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

R = 56.09%
G = 16.96%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#81273E (or 0x81273E) is known color: Paprika. HEX triplet: 81, 27 and 3E. RGB value is (129,39,62). Sum of RGB (Red+Green+Blue) = 129+39+62=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #81273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81273E is #7ED8C1. Grayscale: #444444. Windows color (decimal): -8313026 or 4073345. OLE color: 4073345.

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

Color convert

RGB 129 39 62 -
CMYK 0 0.70 0.52 0.49
HSL 344.67º 0.54% 0.33% -
HSV(B) 344.67º 0.7% 0.51% -
XYZ 10.65 6.47 5.24 -
YUV 68.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 129 39 62 0 0.70 0.52 0.49 344.67 0.54 0.33
Hex 81 27 3E 0 46 34 31 159 36 21
Octal 201 47 76 0 106 64 61 531 66 41
Binary 10000001 100111 111110 0 1000110 110100 110001 101011001 110110 100001

Color Harmonies of #81273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81273E

Black with #81273E

Text Example


Text Example

White with #81273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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