Html Css Color HEX #81333A Paprika

📋 copy color: '#81333A'

red 129 ◦ green 51 ◦ blue 58

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

Shades of Paprika #81333A

Tints of Paprika #81333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 54.2%
G = 21.43%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81333A (or 0x81333A) is known color: Paprika. HEX triplet: 81, 33 and 3A. RGB value is (129,51,58). Sum of RGB (Red+Green+Blue) = 129+51+58=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81333A is #7ECCC5. Grayscale: #4B4B4B. Windows color (decimal): -8309958 or 3814273. OLE color: 3814273.

HSL color Cylindrical-coordinate representation of color #81333A: hue angle of 354.62º 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 #81333A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 58 -
CMYK 0 0.60 0.55 0.49
HSL 354.62º 0.43% 0.35% -
HSV(B) 354.62º 0.6% 0.51% -
XYZ 11 7.34 4.84 -
YUV 75.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 129 51 58 0 0.60 0.55 0.49 354.62 0.43 0.35
Hex 81 33 3A 0 3C 37 31 163 2B 23
Octal 201 63 72 0 74 67 61 543 53 43
Binary 10000001 110011 111010 0 111100 110111 110001 101100011 101011 100011

Color Harmonies of #81333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81333A

Black with #81333A

Text Example


Text Example

White with #81333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81333A; }

 p { color: rgb(129,51,58); }

 H1.HeaderClassName
 {
   color: #81333A;
 }
 .AnyTagClassName
 {
   color: #81333A;
 }
</style>

background-color css

<style>
 a { background-color: #81333A; }

 a { background-color: rgb(129,51,58); }

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

border-color css

<style>
 span { border-color: #81333A; }

 span { border-color: rgb(129,51,58); }

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