Html Css Color HEX #7C243C Paprika

📋 copy color: '#7C243C'

red 124 ◦ green 36 ◦ blue 60

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

Shades of Paprika #7C243C

Tints of Paprika #7C243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 56.36%
G = 16.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C243C (or 0x7C243C) is known color: Paprika. HEX triplet: 7C, 24 and 3C. RGB value is (124,36,60). Sum of RGB (Red+Green+Blue) = 124+36+60=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C243C is #83DBC3. Grayscale: #414141. Windows color (decimal): -8641476 or 3941500. OLE color: 3941500.

HSL color Cylindrical-coordinate representation of color #7C243C: hue angle of 343.64º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C243C is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 36 60 -
CMYK 0 0.71 0.52 0.51
HSL 343.64º 0.55% 0.31% -
HSV(B) 343.64º 0.71% 0.49% -
XYZ 9.76 5.87 4.89 -
YUV 65.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 124 36 60 0 0.71 0.52 0.51 343.64 0.55 0.31
Hex 7C 24 3C 0 47 34 33 158 37 1F
Octal 174 44 74 0 107 64 63 530 67 37
Binary 1111100 100100 111100 0 1000111 110100 110011 101011000 110111 11111

Color Harmonies of #7C243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C243C

Black with #7C243C

Text Example


Text Example

White with #7C243C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,60); }

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

background-color css

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

 a { background-color: rgb(124,36,60); }

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

border-color css

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

 span { border-color: rgb(124,36,60); }

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