Html Css Color HEX #7C3033 Paprika

📋 copy color: '#7C3033'

red 124 ◦ green 48 ◦ blue 51

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

Shades of Paprika #7C3033

Tints of Paprika #7C3033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.87%

R = 55.61%
G = 21.52%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7C3033 (or 0x7C3033) is known color: Paprika. HEX triplet: 7C, 30 and 33. RGB value is (124,48,51). Sum of RGB (Red+Green+Blue) = 124+48+51=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3033 is #83CFCC. Grayscale: #474747. Windows color (decimal): -8638413 or 3354748. OLE color: 3354748.

HSL color Cylindrical-coordinate representation of color #7C3033: hue angle of 357.63º 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 #7C3033 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 48 51 -
CMYK 0 0.61 0.59 0.51
HSL 357.63º 0.44% 0.34% -
HSV(B) 357.63º 0.61% 0.49% -
XYZ 9.97 6.64 3.89 -
YUV 71.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 124 48 51 0 0.61 0.59 0.51 357.63 0.44 0.34
Hex 7C 30 33 0 3D 3B 33 166 2C 22
Octal 174 60 63 0 75 73 63 546 54 42
Binary 1111100 110000 110011 0 111101 111011 110011 101100110 101100 100010

Color Harmonies of #7C3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3033

Black with #7C3033

Text Example


Text Example

White with #7C3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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