Html Css Color HEX #7F293B Paprika

📋 copy color: '#7F293B'

red 127 ◦ green 41 ◦ blue 59

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

Shades of Paprika #7F293B

Tints of Paprika #7F293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 55.95%
G = 18.06%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F293B (or 0x7F293B) is known color: Paprika. HEX triplet: 7F, 29 and 3B. RGB value is (127,41,59). Sum of RGB (Red+Green+Blue) = 127+41+59=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F293B is #80D6C4. Grayscale: #444444. Windows color (decimal): -8443589 or 3877247. OLE color: 3877247.

HSL color Cylindrical-coordinate representation of color #7F293B: hue angle of 347.44º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F293B is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 59 -
CMYK 0 0.68 0.54 0.50
HSL 347.44º 0.51% 0.33% -
HSV(B) 347.44º 0.68% 0.5% -
XYZ 10.33 6.41 4.83 -
YUV 68.77 122.49 169.54 -
System Red Green Blue C M Y K H S L
Decimal 127 41 59 0 0.68 0.54 0.50 347.44 0.51 0.33
Hex 7F 29 3B 0 44 36 32 15B 33 21
Octal 177 51 73 0 104 66 62 533 63 41
Binary 1111111 101001 111011 0 1000100 110110 110010 101011011 110011 100001

Color Harmonies of #7F293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F293B

Black with #7F293B

Text Example


Text Example

White with #7F293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,59); }

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

background-color css

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

 a { background-color: rgb(127,41,59); }

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

border-color css

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

 span { border-color: rgb(127,41,59); }

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