Html Css Color HEX #7C3035 Paprika

📋 copy color: '#7C3035'

red 124 ◦ green 48 ◦ blue 53

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

Shades of Paprika #7C3035

Tints of Paprika #7C3035

RGB

 RED value IS 124 (48.83% from 255) = 55.11%

 GREEN value IS 48 (19.14% from 255) = 21.33%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 55.11%
G = 21.33%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#7C3035 (or 0x7C3035) is known color: Paprika. HEX triplet: 7C, 30 and 35. RGB value is (124,48,53). Sum of RGB (Red+Green+Blue) = 124+48+53=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3035 is #83CFCA. Grayscale: #474747. Windows color (decimal): -8638411 or 3485820. OLE color: 3485820.

HSL color Cylindrical-coordinate representation of color #7C3035: hue angle of 356.05º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C3035 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 48 53 -
CMYK 0 0.61 0.57 0.51
HSL 356.05º 0.44% 0.34% -
HSV(B) 356.05º 0.61% 0.49% -
XYZ 10.01 6.66 4.13 -
YUV 71.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 124 48 53 0 0.61 0.57 0.51 356.05 0.44 0.34
Hex 7C 30 35 0 3D 39 33 164 2C 22
Octal 174 60 65 0 75 71 63 544 54 42
Binary 1111100 110000 110101 0 111101 111001 110011 101100100 101100 100010

Color Harmonies of #7C3035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3035

Black with #7C3035

Text Example


Text Example

White with #7C3035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,48,53); }

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

background-color css

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

 a { background-color: rgb(124,48,53); }

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

border-color css

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

 span { border-color: rgb(124,48,53); }

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