Html Css Color HEX #7C2939 Paprika

📋 copy color: '#7C2939'

red 124 ◦ green 41 ◦ blue 57

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

Shades of Paprika #7C2939

Tints of Paprika #7C2939

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 55.86%
G = 18.47%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7C2939 (or 0x7C2939) is known color: Paprika. HEX triplet: 7C, 29 and 39. RGB value is (124,41,57). Sum of RGB (Red+Green+Blue) = 124+41+57=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2939 is #83D6C6. Grayscale: #434343. Windows color (decimal): -8640199 or 3746172. OLE color: 3746172.

HSL color Cylindrical-coordinate representation of color #7C2939: hue angle of 348.43º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2939 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 41 57 -
CMYK 0 0.67 0.54 0.51
HSL 348.43º 0.5% 0.32% -
HSV(B) 348.43º 0.67% 0.49% -
XYZ 9.84 6.17 4.54 -
YUV 67.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 124 41 57 0 0.67 0.54 0.51 348.43 0.5 0.32
Hex 7C 29 39 0 43 36 33 15C 32 20
Octal 174 51 71 0 103 66 63 534 62 40
Binary 1111100 101001 111001 0 1000011 110110 110011 101011100 110010 100000

Color Harmonies of #7C2939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2939

Black with #7C2939

Text Example


Text Example

White with #7C2939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,41,57); }

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

background-color css

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

 a { background-color: rgb(124,41,57); }

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

border-color css

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

 span { border-color: rgb(124,41,57); }

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