Html Css Color HEX #81343C Paprika

📋 copy color: '#81343C'

red 129 ◦ green 52 ◦ blue 60

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

Shades of Paprika #81343C

Tints of Paprika #81343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 53.53%
G = 21.58%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#81343C (or 0x81343C) is known color: Paprika. HEX triplet: 81, 34 and 3C. RGB value is (129,52,60). Sum of RGB (Red+Green+Blue) = 129+52+60=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #81343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81343C is #7ECBC3. Grayscale: #4B4B4B. Windows color (decimal): -8309700 or 3945601. OLE color: 3945601.

HSL color Cylindrical-coordinate representation of color #81343C: hue angle of 353.77º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81343C is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 60 -
CMYK 0 0.60 0.53 0.49
HSL 353.77º 0.43% 0.35% -
HSV(B) 353.77º 0.6% 0.51% -
XYZ 11.1 7.45 5.13 -
YUV 75.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 129 52 60 0 0.60 0.53 0.49 353.77 0.43 0.35
Hex 81 34 3C 0 3C 35 31 162 2B 23
Octal 201 64 74 0 74 65 61 542 53 43
Binary 10000001 110100 111100 0 111100 110101 110001 101100010 101011 100011

Color Harmonies of #81343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81343C

Black with #81343C

Text Example


Text Example

White with #81343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81343C; }

 p { color: rgb(129,52,60); }

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

background-color css

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

 a { background-color: rgb(129,52,60); }

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

border-color css

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

 span { border-color: rgb(129,52,60); }

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