Html Css Color HEX #7C273F Paprika

📋 copy color: '#7C273F'

red 124 ◦ green 39 ◦ blue 63

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

Shades of Paprika #7C273F

Tints of Paprika #7C273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

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

R = 54.87%
G = 17.26%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C273F (or 0x7C273F) is known color: Paprika. HEX triplet: 7C, 27 and 3F. RGB value is (124,39,63). Sum of RGB (Red+Green+Blue) = 124+39+63=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C273F is #83D8C0. Grayscale: #434343. Windows color (decimal): -8640705 or 4138876. OLE color: 4138876.

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

Color convert

RGB 124 39 63 -
CMYK 0 0.69 0.49 0.51
HSL 343.06º 0.52% 0.32% -
HSV(B) 343.06º 0.69% 0.49% -
XYZ 9.93 6.1 5.36 -
YUV 67.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 124 39 63 0 0.69 0.49 0.51 343.06 0.52 0.32
Hex 7C 27 3F 0 45 31 33 157 34 20
Octal 174 47 77 0 105 61 63 527 64 40
Binary 1111100 100111 111111 0 1000101 110001 110011 101010111 110100 100000

Color Harmonies of #7C273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C273F

Black with #7C273F

Text Example


Text Example

White with #7C273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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