Html Css Color HEX #7F293C Paprika

📋 copy color: '#7F293C'

red 127 ◦ green 41 ◦ blue 60

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

Shades of Paprika #7F293C

Tints of Paprika #7F293C

RGB

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

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

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

R = 55.7%
G = 17.98%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F293C (or 0x7F293C) is known color: Paprika. HEX triplet: 7F, 29 and 3C. RGB value is (127,41,60). Sum of RGB (Red+Green+Blue) = 127+41+60=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F293C is #80D6C3. Grayscale: #444444. Windows color (decimal): -8443588 or 3942783. OLE color: 3942783.

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

Color convert

RGB 127 41 60 -
CMYK 0 0.68 0.53 0.50
HSL 346.74º 0.51% 0.33% -
HSV(B) 346.74º 0.68% 0.5% -
XYZ 10.36 6.42 4.97 -
YUV 68.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 127 41 60 0 0.68 0.53 0.50 346.74 0.51 0.33
Hex 7F 29 3C 0 44 35 32 15B 33 21
Octal 177 51 74 0 104 65 62 533 63 41
Binary 1111111 101001 111100 0 1000100 110101 110010 101011011 110011 100001

Color Harmonies of #7F293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F293C

Black with #7F293C

Text Example


Text Example

White with #7F293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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