Html Css Color HEX #872C40 Paprika

📋 copy color: '#872C40'

red 135 ◦ green 44 ◦ blue 64

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

Shades of Paprika #872C40

Tints of Paprika #872C40

RGB

 RED value IS 135 (53.13% from 255) = 55.56%

 GREEN value IS 44 (17.58% from 255) = 18.11%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 55.56%
G = 18.11%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#872C40 (or 0x872C40) is known color: Paprika. HEX triplet: 87, 2C and 40. RGB value is (135,44,64). Sum of RGB (Red+Green+Blue) = 135+44+64=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #872C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C40 is #78D3BF. Grayscale: #494949. Windows color (decimal): -7918528 or 4205703. OLE color: 4205703.

HSL color Cylindrical-coordinate representation of color #872C40: hue angle of 346.81º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C40 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 64 -
CMYK 0 0.67 0.53 0.47
HSL 346.81º 0.51% 0.35% -
HSV(B) 346.81º 0.67% 0.53% -
XYZ 11.82 7.32 5.64 -
YUV 73.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 135 44 64 0 0.67 0.53 0.47 346.81 0.51 0.35
Hex 87 2C 40 0 43 35 2F 15B 33 23
Octal 207 54 100 0 103 65 57 533 63 43
Binary 10000111 101100 1000000 0 1000011 110101 101111 101011011 110011 100011

Color Harmonies of #872C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C40

Black with #872C40

Text Example


Text Example

White with #872C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872C40; }

 p { color: rgb(135,44,64); }

 H1.HeaderClassName
 {
   color: #872C40;
 }
 .AnyTagClassName
 {
   color: #872C40;
 }
</style>

background-color css

<style>
 a { background-color: #872C40; }

 a { background-color: rgb(135,44,64); }

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

border-color css

<style>
 span { border-color: #872C40; }

 span { border-color: rgb(135,44,64); }

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