Html Css Color HEX #7F353B Paprika

📋 copy color: '#7F353B'

red 127 ◦ green 53 ◦ blue 59

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

Shades of Paprika #7F353B

Tints of Paprika #7F353B

RGB

 RED value IS 127 (50% from 255) = 53.14%

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 53.14%
G = 22.18%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F353B (or 0x7F353B) is known color: Paprika. HEX triplet: 7F, 35 and 3B. RGB value is (127,53,59). Sum of RGB (Red+Green+Blue) = 127+53+59=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F353B is #80CAC4. Grayscale: #4B4B4B. Windows color (decimal): -8440517 or 3880319. OLE color: 3880319.

HSL color Cylindrical-coordinate representation of color #7F353B: hue angle of 355.14º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F353B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 59 -
CMYK 0 0.58 0.54 0.50
HSL 355.14º 0.41% 0.35% -
HSV(B) 355.14º 0.58% 0.5% -
XYZ 10.81 7.37 4.99 -
YUV 75.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 127 53 59 0 0.58 0.54 0.50 355.14 0.41 0.35
Hex 7F 35 3B 0 3A 36 32 163 29 23
Octal 177 65 73 0 72 66 62 543 51 43
Binary 1111111 110101 111011 0 111010 110110 110010 101100011 101001 100011

Color Harmonies of #7F353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F353B

Black with #7F353B

Text Example


Text Example

White with #7F353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F353B; }

 p { color: rgb(127,53,59); }

 H1.HeaderClassName
 {
   color: #7F353B;
 }
 .AnyTagClassName
 {
   color: #7F353B;
 }
</style>

background-color css

<style>
 a { background-color: #7F353B; }

 a { background-color: rgb(127,53,59); }

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

border-color css

<style>
 span { border-color: #7F353B; }

 span { border-color: rgb(127,53,59); }

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