Html Css Color HEX #7C2C3F Paprika

📋 copy color: '#7C2C3F'

red 124 ◦ green 44 ◦ blue 63

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

Shades of Paprika #7C2C3F

Tints of Paprika #7C2C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 53.68%
G = 19.05%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C2C3F (or 0x7C2C3F) is known color: Paprika. HEX triplet: 7C, 2C and 3F. RGB value is (124,44,63). Sum of RGB (Red+Green+Blue) = 124+44+63=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C3F is #83D3C0. Grayscale: #464646. Windows color (decimal): -8639425 or 4140156. OLE color: 4140156.

HSL color Cylindrical-coordinate representation of color #7C2C3F: hue angle of 345.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C3F is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 44 63 -
CMYK 0 0.65 0.49 0.51
HSL 345.75º 0.48% 0.33% -
HSV(B) 345.75º 0.65% 0.49% -
XYZ 10.11 6.45 5.41 -
YUV 70.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 124 44 63 0 0.65 0.49 0.51 345.75 0.48 0.33
Hex 7C 2C 3F 0 41 31 33 15A 30 21
Octal 174 54 77 0 101 61 63 532 60 41
Binary 1111100 101100 111111 0 1000001 110001 110011 101011010 110000 100001

Color Harmonies of #7C2C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2C3F

Black with #7C2C3F

Text Example


Text Example

White with #7C2C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,44,63); }

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

background-color css

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

 a { background-color: rgb(124,44,63); }

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

border-color css

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

 span { border-color: rgb(124,44,63); }

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