Html Css Color HEX #7F243F Paprika

📋 copy color: '#7F243F'

red 127 ◦ green 36 ◦ blue 63

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

Shades of Paprika #7F243F

Tints of Paprika #7F243F

RGB

 RED value IS 127 (50% from 255) = 56.19%

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

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

R = 56.19%
G = 15.93%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F243F (or 0x7F243F) is known color: Paprika. HEX triplet: 7F, 24 and 3F. RGB value is (127,36,63). Sum of RGB (Red+Green+Blue) = 127+36+63=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F243F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F243F is #80DBC0. Grayscale: #424242. Windows color (decimal): -8444865 or 4138111. OLE color: 4138111.

HSL color Cylindrical-coordinate representation of color #7F243F: hue angle of 342.2º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F243F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 36 63 -
CMYK 0 0.72 0.50 0.50
HSL 342.2º 0.56% 0.32% -
HSV(B) 342.2º 0.72% 0.5% -
XYZ 10.28 6.13 5.34 -
YUV 66.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 127 36 63 0 0.72 0.50 0.50 342.2 0.56 0.32
Hex 7F 24 3F 0 48 32 32 156 38 20
Octal 177 44 77 0 110 62 62 526 70 40
Binary 1111111 100100 111111 0 1001000 110010 110010 101010110 111000 100000

Color Harmonies of #7F243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F243F

Black with #7F243F

Text Example


Text Example

White with #7F243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,36,63); }

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

background-color css

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

 a { background-color: rgb(127,36,63); }

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

border-color css

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

 span { border-color: rgb(127,36,63); }

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