Html Css Color HEX #7F243A Paprika

📋 copy color: '#7F243A'

red 127 ◦ green 36 ◦ blue 58

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

Shades of Paprika #7F243A

Tints of Paprika #7F243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 57.47%
G = 16.29%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F243A (or 0x7F243A) is known color: Paprika. HEX triplet: 7F, 24 and 3A. RGB value is (127,36,58). Sum of RGB (Red+Green+Blue) = 127+36+58=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F243A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F243A is #80DBC5. Grayscale: #414141. Windows color (decimal): -8444870 or 3810431. OLE color: 3810431.

HSL color Cylindrical-coordinate representation of color #7F243A: hue angle of 345.49º 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 #7F243A is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 36 58 -
CMYK 0 0.72 0.54 0.50
HSL 345.49º 0.56% 0.32% -
HSV(B) 345.49º 0.72% 0.5% -
XYZ 10.15 6.08 4.64 -
YUV 65.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 127 36 58 0 0.72 0.54 0.50 345.49 0.56 0.32
Hex 7F 24 3A 0 48 36 32 159 38 20
Octal 177 44 72 0 110 66 62 531 70 40
Binary 1111111 100100 111010 0 1001000 110110 110010 101011001 111000 100000

Color Harmonies of #7F243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F243A

Black with #7F243A

Text Example


Text Example

White with #7F243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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